Skip to content

Commit 970a7e2

Browse files
authored
disable CooperativeBlockingCanCreateThreadsFaster on OSX (#66988)
1 parent cbace42 commit 970a7e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ public static void ThreadPoolThreadCreationDoesNotTransferExecutionContext()
906906
}
907907

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

0 commit comments

Comments
 (0)