Redisable AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires (#8082)

This commit is contained in:
Justin Kotalik 2019-03-01 10:10:14 -08:00 committed by GitHub
parent 0d489304a4
commit a7f1cc1b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core.Tests
_mockConnectionContext.VerifyNoOtherCalls();
}
[Theory]
[Theory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1879")]
[InlineData(Http2FrameType.DATA)]
[InlineData(Http2FrameType.CONTINUATION)]
public async Task AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires(Http2FrameType finalFrameType)