Skip to content

Commit b707759

Browse files
Quarantine a couple IIS tests (#41741)
1 parent 0fc8f4b commit b707759

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ private async Task AppOfflineAddAndRemovedStress(HostingModel hostingModel)
371371
}
372372

373373
[ConditionalFact]
374+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40628")]
374375
public async Task ConfigurationChangeStopsInProcess()
375376
{
376377
var deploymentParameters = Fixture.GetBaseDeploymentParameters(HostingModel.InProcess);

src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public async Task ShadowCopyRelativeInSameDirectoryWorks()
7474
}
7575

7676
[ConditionalFact]
77+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40628")]
7778
public async Task ShadowCopyRelativeOutsideDirectoryWorks()
7879
{
7980
using var directory = TempDirectory.Create();

0 commit comments

Comments
 (0)