@@ -45,6 +45,7 @@ public async Task ShadowCopyDoesNotLockFiles()
4545 }
4646
4747 [ ConditionalFact ]
48+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
4849 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
4950 public async Task ShadowCopyRelativeInSameDirectoryWorks ( )
5051 {
@@ -76,6 +77,7 @@ public async Task ShadowCopyRelativeInSameDirectoryWorks()
7677 }
7778
7879 [ ConditionalFact ]
80+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
7981 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
8082 public async Task ShadowCopyRelativeOutsideDirectoryWorks ( )
8183 {
@@ -110,6 +112,7 @@ public async Task ShadowCopyRelativeOutsideDirectoryWorks()
110112 }
111113
112114 [ ConditionalFact ]
115+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
113116 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
114117 public async Task ShadowCopySingleFileChangedWorks ( )
115118 {
@@ -146,6 +149,7 @@ public async Task ShadowCopySingleFileChangedWorks()
146149 }
147150
148151 [ ConditionalFact ]
152+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
149153 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
150154 public async Task ShadowCopyE2EWorksWithFolderPresent ( )
151155 {
@@ -173,6 +177,7 @@ public async Task ShadowCopyE2EWorksWithFolderPresent()
173177 }
174178
175179 [ ConditionalFact ]
180+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
176181 public async Task ShadowCopyE2EWorksWithOldFoldersPresent ( )
177182 {
178183 using var directory = TempDirectory . Create ( ) ;
@@ -212,6 +217,7 @@ public async Task ShadowCopyE2EWorksWithOldFoldersPresent()
212217 }
213218
214219 [ ConditionalFact ]
220+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
215221 public async Task ShadowCopyCleansUpOlderFolders ( )
216222 {
217223 using var directory = TempDirectory . Create ( ) ;
@@ -258,6 +264,7 @@ public async Task ShadowCopyCleansUpOlderFolders()
258264
259265
260266 [ ConditionalFact ]
267+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
261268 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
262269 public async Task ShadowCopyIgnoresItsOwnDirectoryWithRelativePathSegmentWhenCopying ( )
263270 {
@@ -289,6 +296,7 @@ public async Task ShadowCopyIgnoresItsOwnDirectoryWithRelativePathSegmentWhenCop
289296 }
290297
291298 [ ConditionalFact ]
299+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
292300 [ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
293301 public async Task ShadowCopyIgnoresItsOwnDirectoryWhenCopying ( )
294302 {
0 commit comments