Skip flaky test
This commit is contained in:
parent
6d42b2fe86
commit
f63feeeac2
|
|
@ -156,7 +156,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact (Skip="https://github.com/aspnet/Hosting/issues/1024")]
|
||||||
public void WebHostShutsDownWhenTokenTriggers()
|
public void WebHostShutsDownWhenTokenTriggers()
|
||||||
{
|
{
|
||||||
using (var host = CreateBuilder()
|
using (var host = CreateBuilder()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue