Skip to content

Commit

Permalink
Disable test on Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
kouvel committed Mar 22, 2022
1 parent b835076 commit 55d9665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ public static void ThreadPoolThreadCreationDoesNotTransferExecutionContext()
}

[ConditionalFact(nameof(IsThreadingAndRemoteExecutorSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/66852", TestPlatforms.OSX)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/66854", TestRuntimes.Mono)]
public static void CooperativeBlockingCanCreateThreadsFaster()
{
// Run in a separate process to test in a clean thread pool environment such that work items queued by the test
Expand Down

0 comments on commit 55d9665

Please sign in to comment.