From d5278dae97d21a54209d063927d4026266a1bd2b Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 5 Aug 2021 11:03:04 -0700 Subject: [PATCH] Unquarantine Reset_PriorOSVersions_NotSupported --- src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs b/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs index ac8310cdc356..6a001c3e07d0 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs @@ -624,7 +624,6 @@ public async Task Reset_Http1_NotSupported() Assert.Equal("Hello World", response); } - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34003")] [ConditionalFact] [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10, SkipReason = "Http2 requires Win10")] [MaximumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_20H2, SkipReason = "This is last version without Reset support")]