Skip flaky java test (#3266)

This commit is contained in:
BrennanConroy 2018-11-06 14:15:53 -08:00 committed by GitHub
parent ffd4bcd850
commit bbdf95e449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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