Skip to content

Commit 85d0b88

Browse files
committed
disbale invalid test
1 parent 2d34a08 commit 85d0b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

3232
import lombok.val;
3333
import org.assertj.core.api.SoftAssertions;
34-
import org.junit.Ignore;
3534
import org.junit.jupiter.api.AfterEach;
3635
import org.junit.jupiter.api.BeforeAll;
3736
import org.junit.jupiter.api.BeforeEach;
37+
import org.junit.jupiter.api.Disabled;
3838
import org.junit.jupiter.api.Test;
3939

4040
class LocalEpmdClientTest {
@@ -196,7 +196,7 @@ void connectionBroken () {
196196
}
197197

198198
@Test
199-
@Ignore
199+
@Disabled
200200
void dumpEmpty () throws Exception {
201201
val nodes = client.dump().get(3, SECONDS);
202202
assertThat(nodes)

0 commit comments

Comments
 (0)