We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d48930 commit a7f1cc1Copy full SHA for a7f1cc1
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs
@@ -193,7 +193,7 @@ public async Task ResponseDrain_SlowerThanMinimumDataRate_AbortsConnection()
193
_mockConnectionContext.VerifyNoOtherCalls();
194
}
195
196
- [Theory]
+ [Theory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1879")]
197
[InlineData(Http2FrameType.DATA)]
198
[InlineData(Http2FrameType.CONTINUATION)]
199
public async Task AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires(Http2FrameType finalFrameType)
0 commit comments