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 2d34a08 commit 85d0b88Copy full SHA for 85d0b88
client/src/test/java/io/appulse/epmd/java/client/LocalEpmdClientTest.java
@@ -31,10 +31,10 @@
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;
+import org.junit.jupiter.api.Disabled;
38
import org.junit.jupiter.api.Test;
39
40
class LocalEpmdClientTest {
@@ -196,7 +196,7 @@ void connectionBroken () {
196
}
197
198
@Test
199
- @Ignore
+ @Disabled
200
void dumpEmpty () throws Exception {
201
val nodes = client.dump().get(3, SECONDS);
202
assertThat(nodes)
0 commit comments