Browse Source

Quarantine ShadowCopyIgnoresItsOwnDirectoryWithRelativePathSegmentWhenCopying (#40060)

Steve Sanderson 4 years ago
parent
commit
6a6be13f6d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs

+ 1 - 0
src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs

@@ -252,6 +252,7 @@ public class ShadowCopyTests : IISFunctionalTestBase
     }
 
     [ConditionalFact]
+    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40059")]
     public async Task ShadowCopyIgnoresItsOwnDirectoryWithRelativePathSegmentWhenCopying()
     {
         using var directory = TempDirectory.Create();