Skip to content

Commit 7fb3d57

Browse files
authored
Skip some more flaky tests (#8194)
1 parent b1f828e commit 7fb3d57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Middleware/WebSockets/test/UnitTests/WebSocketMiddlewareTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public async Task OriginIsValidatedForWebSocketRequests(HttpStatusCode expectedC
549549
}
550550
}
551551

552-
[Fact]
552+
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/8187")]
553553
public async Task OriginIsNotValidatedForNonWebSocketRequests()
554554
{
555555
using (var server = KestrelWebSocketHelpers.CreateServer(LoggerFactory, out var port, context =>

src/ProjectTemplates/test/SpaTemplateTest/AngularTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public AngularTemplateTest(BrowserFixture browserFixture, ITestOutputHelper outp
1515
{
1616
}
1717

18-
[Fact]
18+
[Fact(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1854")]
1919
public void AngularTemplate_Works()
2020
=> SpaTemplateImpl("angular");
2121
}

0 commit comments

Comments
 (0)