We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7bab1 commit 4c5debdCopy full SHA for 4c5debd
src/Middleware/WebSockets/test/ConformanceTests/AutobahnTests.cs
@@ -24,7 +24,7 @@ public AutobahnTests(ITestOutputHelper output) : base(output)
24
25
// Skip if wstest is not installed for now, see https://github.com/aspnet/WebSockets/issues/95
26
// We will enable Wstest on every build once we've gotten the necessary infrastructure sorted out :).
27
- [ConditionalFact]
+ [ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/4350")]
28
[SkipIfWsTestNotPresent]
29
public async Task AutobahnTestSuite()
30
{
0 commit comments