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 1de29e8 commit f1d326dCopy full SHA for f1d326d
src/Servers/Kestrel/test/Interop.FunctionalTests/Http2/Http2RequestTests.cs
@@ -219,10 +219,9 @@ public async Task GET_NoTLS_Http11RequestToHttp2Endpoint_400Result()
219
}
220
221
222
- [Theory]
+ [Theory(Skip = "https://github.com/dotnet/aspnetcore/issues/41074")]
223
[InlineData(true)]
224
[InlineData(false)]
225
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41074")]
226
public async Task GET_RequestReturnsLargeData_GracefulShutdownDuringRequest_RequestGracefullyCompletes(bool hasTrailers)
227
{
228
// Enable client logging.
0 commit comments