@@ -45,6 +45,7 @@ public async Task ShadowCopyDoesNotLockFiles()
45
45
}
46
46
47
47
[ ConditionalFact ]
48
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
48
49
[ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
49
50
public async Task ShadowCopyRelativeInSameDirectoryWorks ( )
50
51
{
@@ -76,6 +77,7 @@ public async Task ShadowCopyRelativeInSameDirectoryWorks()
76
77
}
77
78
78
79
[ ConditionalFact ]
80
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
79
81
[ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
80
82
public async Task ShadowCopyRelativeOutsideDirectoryWorks ( )
81
83
{
@@ -110,6 +112,7 @@ public async Task ShadowCopyRelativeOutsideDirectoryWorks()
110
112
}
111
113
112
114
[ ConditionalFact ]
115
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
113
116
[ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
114
117
public async Task ShadowCopySingleFileChangedWorks ( )
115
118
{
@@ -146,6 +149,7 @@ public async Task ShadowCopySingleFileChangedWorks()
146
149
}
147
150
148
151
[ ConditionalFact ]
152
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
149
153
[ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
150
154
public async Task ShadowCopyE2EWorksWithFolderPresent ( )
151
155
{
@@ -173,6 +177,7 @@ public async Task ShadowCopyE2EWorksWithFolderPresent()
173
177
}
174
178
175
179
[ ConditionalFact ]
180
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
176
181
public async Task ShadowCopyE2EWorksWithOldFoldersPresent ( )
177
182
{
178
183
using var directory = TempDirectory . Create ( ) ;
@@ -212,6 +217,7 @@ public async Task ShadowCopyE2EWorksWithOldFoldersPresent()
212
217
}
213
218
214
219
[ ConditionalFact ]
220
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
215
221
public async Task ShadowCopyCleansUpOlderFolders ( )
216
222
{
217
223
using var directory = TempDirectory . Create ( ) ;
@@ -258,6 +264,7 @@ public async Task ShadowCopyCleansUpOlderFolders()
258
264
259
265
260
266
[ ConditionalFact ]
267
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
261
268
[ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
262
269
public async Task ShadowCopyIgnoresItsOwnDirectoryWithRelativePathSegmentWhenCopying ( )
263
270
{
@@ -289,6 +296,7 @@ public async Task ShadowCopyIgnoresItsOwnDirectoryWithRelativePathSegmentWhenCop
289
296
}
290
297
291
298
[ ConditionalFact ]
299
+ [ QuarantinedTest ( "Non critical shadow copy tests are quarantined in release/6.0." ) ]
292
300
[ MaximumOSVersion ( OperatingSystems . Windows , WindowsVersions . Win10_20H2 , SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107" ) ]
293
301
public async Task ShadowCopyIgnoresItsOwnDirectoryWhenCopying ( )
294
302
{
0 commit comments