Skip flaky test (#3059)
This commit is contained in:
parent
f02e13fa09
commit
420c1d507d
|
|
@ -92,7 +92,7 @@ namespace Microsoft.AspNetCore.SignalR.Redis.Tests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalTheory]
|
[ConditionalTheory(Skip= "https://github.com/aspnet/SignalR/issues/3058")]
|
||||||
[SkipIfDockerNotPresent]
|
[SkipIfDockerNotPresent]
|
||||||
[MemberData(nameof(TransportTypesAndProtocolTypes))]
|
[MemberData(nameof(TransportTypesAndProtocolTypes))]
|
||||||
public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser(HttpTransportType transportType, string protocolName)
|
public async Task CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser(HttpTransportType transportType, string protocolName)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue