Skip to content

Commit 9222081

Browse files
committed
Revert "Disables tests"
This reverts commit 18a00c7.
1 parent 0408fa9 commit 9222081

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spring-cloud-zookeeper-discovery/src/test/java/org/springframework/cloud/zookeeper/discovery/ZookeeperDiscoveryTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import com.jayway.awaitility.Awaitility;
2222
import com.toomuchcoding.jsonassert.JsonPath;
2323
import org.junit.Test;
24-
import org.junit.jupiter.api.Disabled;
2524
import org.junit.runner.RunWith;
2625

2726
import org.springframework.beans.factory.annotation.Autowired;
@@ -88,7 +87,6 @@ public class ZookeeperDiscoveryTests {
8887
Registration registration;
8988

9089
@Test
91-
@Disabled
9290
public void should_find_the_app_by_its_name_via_LoadBalancer() {
9391
// expect:
9492
then(registeredServiceStatusViaServiceName()).isEqualTo("UP");

spring-cloud-zookeeper-discovery/src/test/java/org/springframework/cloud/zookeeper/discovery/dependency/ZookeeperDiscoveryWithDependenciesIntegrationTests.java

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

2121
import org.junit.Ignore;
2222
import org.junit.Test;
23-
import org.junit.jupiter.api.Disabled;
2423
import org.junit.runner.RunWith;
2524

2625
import org.springframework.beans.factory.annotation.Autowired;
@@ -119,7 +118,6 @@ public void should_find_a_collaborator_using_feign_by_using_its_alias_from_depen
119118
}
120119

121120
@Test
122-
@Disabled
123121
public void should_have_headers_from_dependencies_attached_to_the_request_via_load_balanced_rest_template() {
124122
// expect:
125123
await().until(() -> {

0 commit comments

Comments
 (0)