We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649ee1f commit 43bd3a4Copy full SHA for 43bd3a4
src/Hosting/test/FunctionalTests/ShutdownTests.cs
@@ -33,7 +33,7 @@ public async Task ShutdownTestRun()
33
await ExecuteShutdownTest(nameof(ShutdownTestRun), "Run");
34
}
35
36
- [ConditionalFact]
+ [ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/2577")]
37
[Flaky("https://github.com/aspnet/Hosting/issues/1214", FlakyOn.All)]
38
[OSSkipCondition(OperatingSystems.Windows)]
39
[OSSkipCondition(OperatingSystems.MacOSX)]
0 commit comments