Skip to content

Commit

Permalink
Disable ConnectTimeout_PlaintextStreamFilterTimesOut_Throws (#55932)
Browse files Browse the repository at this point in the history
Disable test ConnectTimeout_PlaintextStreamFilterTimesOut_Throws

Disabled test tracked by #55931
  • Loading branch information
karelz authored Jul 20, 2021
1 parent 3d14674 commit 16359b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>

[OuterLoop]
[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55931")]
[InlineData(true)]
[InlineData(false)]
public async Task ConnectTimeout_PlaintextStreamFilterTimesOut_Throws(bool useSsl)
Expand Down

0 comments on commit 16359b2

Please sign in to comment.