Skip to content

Commit

Permalink
Enable unit teset for etcd registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf0131 committed Mar 7, 2019
1 parent b79f4c2 commit 9ac8c61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicReference;

@Disabled
public class EtcdRegistryTest {

String service = "org.apache.dubbo.internal.test.DemoServie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

@Disabled
public class JEtcdClientTest {

JEtcdClient client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
import static org.mockito.Mockito.doAnswer;
import static org.mockito.Mockito.spy;

@Disabled
public class JEtcdClientWrapperTest {

JEtcdClientWrapper clientWrapper;
Expand Down

0 comments on commit 9ac8c61

Please sign in to comment.