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 d86be87 commit 5189524Copy full SHA for 5189524
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs
@@ -551,7 +551,6 @@ await WaitForConnectionErrorAsync<ConnectionAbortedException>(
551
}
552
553
[Fact]
554
- [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2197")]
555
public async Task DATA_Sent_TooSlowlyDueToOutputFlowControlOnMultipleStreams_AbortsConnectionAfterAdditiveRateTimeout()
556
{
557
var mockSystemClock = _serviceContext.MockSystemClock;
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs
@@ -272,7 +272,6 @@ public async Task SchemeMismatch_Reset()
272
273
274
275
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/21520")]
276
public async Task MissingAuthority_200Status()
277
278
var headers = new[]
0 commit comments