|
|
@@ -34,7 +34,6 @@ public class ShutdownTests : IISFunctionalTestBase
|
|
|
}
|
|
|
|
|
|
[ConditionalFact]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38995")]
|
|
|
public async Task ShutdownTimeoutIsApplied()
|
|
|
{
|
|
|
var deploymentParameters = Fixture.GetBaseDeploymentParameters(Fixture.InProcessTestSite);
|
|
|
@@ -190,7 +189,6 @@ public class ShutdownTests : IISFunctionalTestBase
|
|
|
}
|
|
|
|
|
|
[ConditionalFact]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38951")]
|
|
|
public async Task GracefulShutdownWorksWithMultipleRequestsInFlight_InProcess()
|
|
|
{
|
|
|
// The goal of this test is to have multiple requests currently in progress
|
|
|
@@ -370,7 +368,6 @@ public class ShutdownTests : IISFunctionalTestBase
|
|
|
}
|
|
|
|
|
|
[ConditionalFact]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/40628")]
|
|
|
public async Task ConfigurationChangeStopsInProcess()
|
|
|
{
|
|
|
var deploymentParameters = Fixture.GetBaseDeploymentParameters(HostingModel.InProcess);
|
|
|
@@ -405,7 +402,6 @@ public class ShutdownTests : IISFunctionalTestBase
|
|
|
}
|
|
|
|
|
|
[ConditionalFact]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41207")]
|
|
|
public async Task ConfigurationChangeCanBeIgnoredInProcess()
|
|
|
{
|
|
|
var deploymentParameters = Fixture.GetBaseDeploymentParameters(HostingModel.InProcess);
|
|
|
@@ -486,7 +482,6 @@ public class ShutdownTests : IISFunctionalTestBase
|
|
|
}
|
|
|
|
|
|
[ConditionalFact]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/38951")]
|
|
|
public async Task ConfigurationTouchedStress_InProcess()
|
|
|
{
|
|
|
await ConfigurationTouchedStress(HostingModel.InProcess);
|