Skip to content

Commit

Permalink
Disable SocketsHttpHandlerTest_Http2.InboundWindowSize_Exceeded_Throw (
Browse files Browse the repository at this point in the history
…dotnet/corefx#38722)

Test is consistently failing in CI.

Commit migrated from dotnet/corefx@468355e
  • Loading branch information
ericstj authored and stephentoub committed Jun 20, 2019
1 parent 219bef5 commit ec28e16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,7 @@ public async Task Http2GetAsync_TrailigPseudo_Throw()
}

[Fact]
[ActiveIssue(38708)]
public async Task InboundWindowSize_Exceeded_Throw()
{
var semaphore = new SemaphoreSlim(0);
Expand Down

0 comments on commit ec28e16

Please sign in to comment.