Skip to content

Commit

Permalink
Disabled outerloop test. (dotnet#40045)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP authored Jul 29, 2020
1 parent 5049c29 commit a352aef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ await server.AcceptConnectionAsync(async connection =>

[Fact]
[OuterLoop]
[ActiveIssue("https://github.com/dotnet/runtime/issues/39056")]
public async Task Send_TimeoutRequestContent_Throws()
{
await LoopbackServer.CreateClientAndServerAsync(
Expand Down

0 comments on commit a352aef

Please sign in to comment.