Skip flaky websocket test (#8085)

This commit is contained in:
BrennanConroy 2019-03-01 11:14:25 -08:00 committed by GitHub
parent a7f1cc1b2a
commit d0c415a4dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)]