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:
authorHao Kung <HaoK@users.noreply.github.com>2022-05-31 20:55:44 +0300
committerGitHub <noreply@github.com>2022-05-31 20:55:44 +0300
commit8640f681d88dfee4f9e91f811e6622de355943d9 (patch)
treee14c35c9269cd30fe2fcb738e8b8758af983fe80
parenta849c806c01df63201e9d32289be436d1a49f315 (diff)
Update ShutdownTests.cshaok/appoff
-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..ba874cfdfe 100644
--- a/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs
+++ b/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs
@@ -316,7 +316,6 @@ public class ShutdownTests : IISFunctionalTestBase
}
[ConditionalFact]
- [MaximumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_20H2, SkipReason = "Shutdown hangs https://github.com/dotnet/aspnetcore/issues/25107")]
public async Task AppOfflineAddedAndRemovedStress_InProcess()
{
await AppOfflineAddAndRemovedStress(HostingModel.InProcess);