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 b9efadc commit 179c2b5Copy full SHA for 179c2b5
src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs
@@ -624,6 +624,7 @@ public async Task Reset_Http1_NotSupported()
624
Assert.Equal("Hello World", response);
625
}
626
627
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34003")]
628
[ConditionalFact]
629
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10, SkipReason = "Http2 requires Win10")]
630
[MaximumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_20H2, SkipReason = "This is last version without Reset support")]
0 commit comments