Skip to content

Commit df2d213

Browse files
authored
Disable IOCP config var test (#106888)
The test is still failing occasionally. A simplified version is failing more frequently locally, needs further investigation to determine the cause. Tracking: #106371
1 parent fc756e6 commit df2d213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,7 @@ from x in Enumerable.Range(0, 9)
13421342
[ConditionalTheory(nameof(IsThreadingAndRemoteExecutorSupported), nameof(UsePortableThreadPool))]
13431343
[MemberData(nameof(IOCompletionPortCountConfigVarTest_Args))]
13441344
[PlatformSpecific(TestPlatforms.Windows)]
1345+
[ActiveIssue("https://github.com/dotnet/runtime/issues/106371")]
13451346
public static void IOCompletionPortCountConfigVarTest(int ioCompletionPortCount)
13461347
{
13471348
// Avoid contaminating the main process' environment

0 commit comments

Comments
 (0)