Skip to content

Commit 43bd3a4

Browse files
Tratcheranalogrelay
authored andcommitted
[3.0] Skip known failure in ShutdownTestWaitForShutdown (#14744)
- update src/Hosting/test/FunctionalTests/ShutdownTests.cs Co-Authored-By: Andrew Stanton-Nurse <[email protected]>
1 parent 649ee1f commit 43bd3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/test/FunctionalTests/ShutdownTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public async Task ShutdownTestRun()
3333
await ExecuteShutdownTest(nameof(ShutdownTestRun), "Run");
3434
}
3535

36-
[ConditionalFact]
36+
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/2577")]
3737
[Flaky("https://github.com/aspnet/Hosting/issues/1214", FlakyOn.All)]
3838
[OSSkipCondition(OperatingSystems.Windows)]
3939
[OSSkipCondition(OperatingSystems.MacOSX)]

0 commit comments

Comments
 (0)