We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b608d commit 6508363Copy full SHA for 6508363
java/src/test/java/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProviderTest.java
@@ -38,6 +38,7 @@
38
import org.eclipse.ditto.client.messaging.MessagingException;
39
import org.eclipse.ditto.model.base.json.JsonSchemaVersion;
40
import org.junit.AfterClass;
41
+import org.junit.Ignore;
42
import org.junit.Test;
43
44
import com.neovisionaries.ws.client.OpeningHandshakeException;
@@ -80,6 +81,7 @@ public void connectToUnknownHostWithErrorConsumer() throws Exception {
80
81
expectNoMsg(errors);
82
}
83
84
+ @Ignore
85
@Test(timeout = 10_000)
86
public void serviceUnavailable() throws Exception {
87
final int numberOfRecoverableErrors = 3;
0 commit comments