Skip to content

Commit d0c415a

Browse files
Skip flaky websocket test (#8085)
1 parent a7f1cc1 commit d0c415a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/server/SignalR/test/EndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public async Task ConnectionCanSendAndReceiveMessages(HttpTransportType transpor
307307
}
308308
}
309309

310-
[ConditionalTheory]
310+
[ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1383")]
311311
[WebSocketsSupportedCondition]
312312
[InlineData(5 * 4096)]
313313
[InlineData(1000 * 4096 + 32)]

0 commit comments

Comments
 (0)