Skip to content

Commit

Permalink
Unquarantine ShutdownTestWaitForShutdown (#57901)
Browse files Browse the repository at this point in the history
The only failure description in the issue is from 2020 and it hasn't failed in the last 30 days (also seemed to be true in Jan 2022).

Fixes #27371
  • Loading branch information
amcasey committed Sep 17, 2024
1 parent 29c1b5f commit bbe63a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hosting/test/FunctionalTests/ShutdownTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public async Task ShutdownTestRun()
await ExecuteShutdownTest(nameof(ShutdownTestRun), "Run");
}

[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27371")]
[ConditionalFact]
[OSSkipCondition(OperatingSystems.Windows)]
[OSSkipCondition(OperatingSystems.MacOSX)]
Expand Down

0 comments on commit bbe63a6

Please sign in to comment.