Skip to content

Commit 55d9665

Browse files
author
Koundinya Veluri
committed
Disable test on Mono
1 parent b835076 commit 55d9665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ public static void ThreadPoolThreadCreationDoesNotTransferExecutionContext()
907907
}
908908

909909
[ConditionalFact(nameof(IsThreadingAndRemoteExecutorSupported))]
910-
[ActiveIssue("https://github.com/dotnet/runtime/issues/66852", TestPlatforms.OSX)]
910+
[ActiveIssue("https://github.com/dotnet/runtime/issues/66854", TestRuntimes.Mono)]
911911
public static void CooperativeBlockingCanCreateThreadsFaster()
912912
{
913913
// 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)