diff --git a/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs b/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs index 7c3c215c5ee6c..a182c7c583630 100644 --- a/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs +++ b/src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs @@ -1342,6 +1342,7 @@ from x in Enumerable.Range(0, 9) [ConditionalTheory(nameof(IsThreadingAndRemoteExecutorSupported), nameof(UsePortableThreadPool))] [MemberData(nameof(IOCompletionPortCountConfigVarTest_Args))] [PlatformSpecific(TestPlatforms.Windows)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/106371")] public static void IOCompletionPortCountConfigVarTest(int ioCompletionPortCount) { // Avoid contaminating the main process' environment