Skip to content

Commit

Permalink
Disable IOCP config var test (#106894)
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: #106371

Co-authored-by: Koundinya Veluri <[email protected]>
Co-authored-by: Jeff Schwartz <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent 12ecfe7 commit 8159f6f
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 8159f6f

Please sign in to comment.