Skip to content

Commit

Permalink
disbale invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
xxlabaza committed Mar 17, 2019
1 parent 2d34a08 commit 85d0b88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@

import lombok.val;
import org.assertj.core.api.SoftAssertions;
import org.junit.Ignore;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

class LocalEpmdClientTest {
Expand Down Expand Up @@ -196,7 +196,7 @@ void connectionBroken () {
}

@Test
@Ignore
@Disabled
void dumpEmpty () throws Exception {
val nodes = client.dump().get(3, SECONDS);
assertThat(nodes)
Expand Down

0 comments on commit 85d0b88

Please sign in to comment.