Skip to content

Commit

Permalink
Disable ConnectTimeout_PlaintextStreamFilterTimesOut_Throws
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 committed Jul 19, 2021
1 parent d05950b commit eaf08b1
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 eaf08b1

Please sign in to comment.