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 492feef commit 16c59e4Copy full SHA for 16c59e4
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