Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-04-22 03:20:35 +0300
committerGitHub <noreply@github.com>2022-04-22 03:20:35 +0300
commit2a6ebdb7c30b59bee7223666f39df428cb3f316a (patch)
tree1a94f48806f7f017ec8d42f8b955daceeff93d9c
parentf041d49f3320fd0fb70babe35a861a9035e48e7e (diff)
Revert "Quarantine ConfigurationChangeStopsInProcess (#40629)" (#41304)
This reverts commit ae296947eb6cf82bb2baeec5e4ec97eb51b781bb.
-rw-r--r--src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs b/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs
index 1b45ede43b..b70575bf2b 100644
--- a/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs
+++ b/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs
@@ -371,7 +371,6 @@ public class ShutdownTests : IISFunctionalTestBase
}
[ConditionalFact]
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40628")]
public async Task ConfigurationChangeStopsInProcess()
{
var deploymentParameters = Fixture.GetBaseDeploymentParameters(HostingModel.InProcess);