Browse Source

[Infrastructure] Quarantine 52889 (#52890)

Javier Calvarro Nelson 2 years ago
parent
commit
62fee19794
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs

+ 1 - 0
src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs

@@ -378,6 +378,7 @@ public class StartupTests : IISFunctionalTestBase
 
     [ConditionalFact]
     [RequiresNewShim]
+    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/52889")]
     public async Task WrongApplicationPath_FailedToRun()
     {
         var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);