File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Hosting/test/FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,15 @@ public class ShutdownTests : LoggedTest
24
24
25
25
public ShutdownTests ( ITestOutputHelper output ) : base ( output ) { }
26
26
27
- [ ConditionalFact ( Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/2577" ) ]
27
+ [ ConditionalFact ]
28
28
[ OSSkipCondition ( OperatingSystems . Windows ) ]
29
29
[ OSSkipCondition ( OperatingSystems . MacOSX ) ]
30
- [ Flaky ( "https://github.com/aspnet/AspNetCore-Internal/issues/2577" , FlakyOn . All ) ]
31
30
public async Task ShutdownTestRun ( )
32
31
{
33
32
await ExecuteShutdownTest ( nameof ( ShutdownTestRun ) , "Run" ) ;
34
33
}
35
34
36
- [ ConditionalFact ( Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/2577" ) ]
37
- [ Flaky ( "https://github.com/aspnet/Hosting/issues/1214" , FlakyOn . All ) ]
35
+ [ ConditionalFact ]
38
36
[ OSSkipCondition ( OperatingSystems . Windows ) ]
39
37
[ OSSkipCondition ( OperatingSystems . MacOSX ) ]
40
38
public async Task ShutdownTestWaitForShutdown ( )
You can’t perform that action at this time.
0 commit comments