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.
2 parents c3e0703 + 4c5debd commit 6169f4dCopy full SHA for 6169f4d
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