From 2738a649343878a48febfe98e27441ea7f661711 Mon Sep 17 00:00:00 2001 From: Brennan Date: Tue, 11 Jan 2022 16:21:53 -0800 Subject: [PATCH] Unquarantine Reset_BeforeResponse_Resets --- 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 bfd0d42a8169..101224c7e49e 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs @@ -646,7 +646,6 @@ public async Task Reset_PriorOSVersions_NotSupported() } [ConditionalFact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/29126")] [MinimumOSVersion(OperatingSystems.Windows, VersionForReset)] public async Task Reset_BeforeResponse_Resets() {