Skip flaky test (#3059)

This commit is contained in:
BrennanConroy 2018-10-03 15:49:07 -07:00 committed by GitHub
parent f02e13fa09
commit 420c1d507d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace Microsoft.AspNetCore.SignalR.Redis.Tests
}
}
[ConditionalTheory]
[ConditionalTheory(Skip= "https://github.com/aspnet/SignalR/issues/3058")]
[SkipIfDockerNotPresent]
[MemberData(nameof(TransportTypesAndProtocolTypes))]
public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser(HttpTransportType transportType, string protocolName)