Skip ContentLength_Received_MultipleDataFramesOverSize_Reset
This commit is contained in:
parent
83488886e0
commit
ff52525134
|
|
@ -812,7 +812,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
|
|||
Assert.IsType<Http2StreamErrorException>(thrownEx.InnerException);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "Flaky test #2799, #2832")]
|
||||
public async Task ContentLength_Received_MultipleDataFramesOverSize_Reset()
|
||||
{
|
||||
IOException thrownEx = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue