Skip some more flaky tests (#8194)

This commit is contained in:
Andrew Stanton-Nurse 2019-03-07 09:40:26 -08:00 committed by GitHub
parent b1f828e161
commit 7fb3d57f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -549,7 +549,7 @@ namespace Microsoft.AspNetCore.WebSockets.Test
}
}
[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/8187")]
public async Task OriginIsNotValidatedForNonWebSocketRequests()
{
using (var server = KestrelWebSocketHelpers.CreateServer(LoggerFactory, out var port, context =>

View File

@ -15,7 +15,7 @@ namespace Templates.Test.SpaTemplateTest
{
}
[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1854")]
public void AngularTemplate_Works()
=> SpaTemplateImpl("angular");
}