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 19978e8 commit 2d34a08Copy full SHA for 2d34a08
client/src/test/java/io/appulse/epmd/java/client/LocalEpmdClientTest.java
@@ -31,6 +31,7 @@
31
32
import lombok.val;
33
import org.assertj.core.api.SoftAssertions;
34
+import org.junit.Ignore;
35
import org.junit.jupiter.api.AfterEach;
36
import org.junit.jupiter.api.BeforeAll;
37
import org.junit.jupiter.api.BeforeEach;
@@ -195,6 +196,7 @@ void connectionBroken () {
195
196
}
197
198
@Test
199
+ @Ignore
200
void dumpEmpty () throws Exception {
201
val nodes = client.dump().get(3, SECONDS);
202
assertThat(nodes)
0 commit comments