Skip to content

Commit

Permalink
Disable IOCP config var test
Browse files Browse the repository at this point in the history
The test is still failing occasionally. A simplified version is failing more frequently locally, needs further investigation to determine the cause.

Tracking: dotnet#106371
  • Loading branch information
kouvel committed Aug 23, 2024
1 parent 8db3cab commit cdcdecc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdcdecc

Please sign in to comment.