Skip to content

Commit 2d34a08

Browse files
committed
Ignore invalid test
1 parent 19978e8 commit 2d34a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/test/java/io/appulse/epmd/java/client/LocalEpmdClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
import lombok.val;
3333
import org.assertj.core.api.SoftAssertions;
34+
import org.junit.Ignore;
3435
import org.junit.jupiter.api.AfterEach;
3536
import org.junit.jupiter.api.BeforeAll;
3637
import org.junit.jupiter.api.BeforeEach;
@@ -195,6 +196,7 @@ void connectionBroken () {
195196
}
196197

197198
@Test
199+
@Ignore
198200
void dumpEmpty () throws Exception {
199201
val nodes = client.dump().get(3, SECONDS);
200202
assertThat(nodes)

0 commit comments

Comments
 (0)