Skip to content

Commit

Permalink
Ignore testStatusChecker since it is unstable and consider removing i…
Browse files Browse the repository at this point in the history
…t later.
  • Loading branch information
ralf0131 committed May 13, 2018
1 parent d7047d1 commit 2030789
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.util.List;
Expand Down Expand Up @@ -123,8 +124,12 @@ public void testLookup() {
assertThat(lookup.size(), is(1));
}


@Ignore
@Test
/*
This UT is unstable, consider remove it later.
@see https://github.com/apache/incubator-dubbo/issues/1787
*/
public void testStatusChecker() {
RegistryStatusChecker registryStatusChecker = new RegistryStatusChecker();
Status status = registryStatusChecker.check();
Expand Down

0 comments on commit 2030789

Please sign in to comment.