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 cbace42 commit 970a7e2Copy full SHA for 970a7e2
src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs
@@ -906,6 +906,7 @@ public static void ThreadPoolThreadCreationDoesNotTransferExecutionContext()
906
}
907
908
[ConditionalFact(nameof(IsThreadingAndRemoteExecutorSupported))]
909
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/66852", TestPlatforms.OSX)]
910
public static void CooperativeBlockingCanCreateThreadsFaster()
911
{
912
// Run in a separate process to test in a clean thread pool environment such that work items queued by the test
0 commit comments