Skip flaky test

This commit is contained in:
John Luo 2017-04-25 10:18:39 -07:00
parent 6d42b2fe86
commit f63feeeac2
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace Microsoft.AspNetCore.Hosting
}
}
[Fact]
[Fact (Skip="https://github.com/aspnet/Hosting/issues/1024")]
public void WebHostShutsDownWhenTokenTriggers()
{
using (var host = CreateBuilder()