Skip flaky java test (#3266)
This commit is contained in:
parent
ffd4bcd850
commit
bbdf95e449
|
|
@ -16,7 +16,7 @@ import io.reactivex.Completable;
|
|||
import io.reactivex.Single;
|
||||
|
||||
class WebSocketTransportTest {
|
||||
@Test
|
||||
// @Test Skipping until we add functional test support
|
||||
public void WebSocketThrowsIfItCantConnect() {
|
||||
Transport transport = new WebSocketTransport(new HashMap<>(), new DefaultHttpClient());
|
||||
RuntimeException exception = assertThrows(RuntimeException.class, () -> transport.start("http://url.fake.example").blockingAwait(1, TimeUnit.SECONDS));
|
||||
|
|
|
|||
Loading…
Reference in New Issue