Skip flaky websocket test (#8085)
This commit is contained in:
parent
a7f1cc1b2a
commit
d0c415a4dc
|
|
@ -307,7 +307,7 @@ namespace Microsoft.AspNetCore.SignalR.Tests
|
|||
}
|
||||
}
|
||||
|
||||
[ConditionalTheory]
|
||||
[ConditionalTheory(Skip = "https://github.com/aspnet/AspNetCore-Internal/issues/1383")]
|
||||
[WebSocketsSupportedCondition]
|
||||
[InlineData(5 * 4096)]
|
||||
[InlineData(1000 * 4096 + 32)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue