Skip to content

Commit

Permalink
Disable IOCP config var test (#106888)
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
  • Loading branch information
kouvel authored Aug 23, 2024
1 parent fc756e6 commit df2d213
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 df2d213

Please sign in to comment.