File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ private async Task AppOfflineAddAndRemovedStress(HostingModel hostingModel)
371
371
}
372
372
373
373
[ ConditionalFact ]
374
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/40628" ) ]
374
375
public async Task ConfigurationChangeStopsInProcess ( )
375
376
{
376
377
var deploymentParameters = Fixture . GetBaseDeploymentParameters ( HostingModel . InProcess ) ;
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ public async Task ShadowCopyRelativeInSameDirectoryWorks()
74
74
}
75
75
76
76
[ ConditionalFact ]
77
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/40628" ) ]
77
78
public async Task ShadowCopyRelativeOutsideDirectoryWorks ( )
78
79
{
79
80
using var directory = TempDirectory . Create ( ) ;
You can’t perform that action at this time.
0 commit comments