Merge in 'release/2.1' changes
This commit is contained in:
commit
6169f4dd59
|
|
@ -24,7 +24,7 @@ namespace Microsoft.AspNetCore.WebSockets.ConformanceTest
|
||||||
|
|
||||||
// Skip if wstest is not installed for now, see https://github.com/aspnet/WebSockets/issues/95
|
// Skip if wstest is not installed for now, see https://github.com/aspnet/WebSockets/issues/95
|
||||||
// We will enable Wstest on every build once we've gotten the necessary infrastructure sorted out :).
|
// We will enable Wstest on every build once we've gotten the necessary infrastructure sorted out :).
|
||||||
[ConditionalFact]
|
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/4350")]
|
||||||
[SkipIfWsTestNotPresent]
|
[SkipIfWsTestNotPresent]
|
||||||
public async Task AutobahnTestSuite()
|
public async Task AutobahnTestSuite()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue