Skip to content

Commit

Permalink
Disable ClientConnectAsync_Cancel_With_InfiniteTimeout test frequentl…
Browse files Browse the repository at this point in the history
…y failing in CI (#78923)
  • Loading branch information
stephentoub authored Nov 28, 2022
1 parent c3d1d75 commit 0eebd73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ public async Task ClientConnectAsync_With_Cancellation_Throws_Timeout_When_Pipe_
}
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/69101")]
[Fact]
[PlatformSpecific(TestPlatforms.Windows)] // Unix implementation doesn't rely on a timeout and cancellation token when connecting
public async Task ClientConnectAsync_Cancel_With_InfiniteTimeout()
Expand Down

0 comments on commit 0eebd73

Please sign in to comment.