Skip to content

Commit f96d4ad

Browse files
committed
Quarantine the functional test that is repeatedly failing on multiple PRs.
1 parent ece831a commit f96d4ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ public async Task Reset_BeforeRequestBody_Resets()
399399
[ConditionalFact]
400400
[RequiresNewHandler]
401401
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersionForTrailers)]
402+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60973")]
402403
public async Task Reset_DuringRequestBody_Resets()
403404
{
404405
await new HostBuilder()

0 commit comments

Comments
 (0)