Skip to content

Commit

Permalink
Quarantine ShutdownTimeoutIsApplied (dotnet#52677)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey authored Dec 8, 2023
1 parent 1ef1e6a commit 52364da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public ShutdownTests(PublishedSitesFixture fixture) : base(fixture)
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/52676")]
public async Task ShutdownTimeoutIsApplied()
{
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
Expand Down

0 comments on commit 52364da

Please sign in to comment.