We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b835076 commit 55d9665Copy full SHA for 55d9665
src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs
@@ -907,7 +907,7 @@ public static void ThreadPoolThreadCreationDoesNotTransferExecutionContext()
907
}
908
909
[ConditionalFact(nameof(IsThreadingAndRemoteExecutorSupported))]
910
- [ActiveIssue("https://github.com/dotnet/runtime/issues/66852", TestPlatforms.OSX)]
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/66854", TestRuntimes.Mono)]
911
public static void CooperativeBlockingCanCreateThreadsFaster()
912
{
913
// Run in a separate process to test in a clean thread pool environment such that work items queued by the test
0 commit comments