Skip to content

Commit

Permalink
Disable PollingEventFires test (#44096)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Oct 31, 2020
1 parent f29a272 commit 22c3105
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private static bool ValidateTrimState(object pool, string trimString)

private static bool IsPreciseGcSupportedAndRemoteExecutorSupported => PlatformDetection.IsPreciseGcSupported && RemoteExecutor.IsSupported;

[ActiveIssue("https://github.com/dotnet/runtime/issues/44037")]
[ConditionalTheory(nameof(IsPreciseGcSupportedAndRemoteExecutorSupported))]
[InlineData(true)]
[InlineData(false)]
Expand Down

0 comments on commit 22c3105

Please sign in to comment.