Skip to content

Commit 4c5debd

Browse files
authored
Skip Autobahn test (#4488)
1 parent fc7bab1 commit 4c5debd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/WebSockets/test/ConformanceTests/AutobahnTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public AutobahnTests(ITestOutputHelper output) : base(output)
2424

2525
// Skip if wstest is not installed for now, see https://github.com/aspnet/WebSockets/issues/95
2626
// We will enable Wstest on every build once we've gotten the necessary infrastructure sorted out :).
27-
[ConditionalFact]
27+
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/4350")]
2828
[SkipIfWsTestNotPresent]
2929
public async Task AutobahnTestSuite()
3030
{

0 commit comments

Comments
 (0)