Ignoring tests till we decide how to handle framework host name issues
This commit is contained in:
@@ -20,6 +20,7 @@ import java.util.List;
|
||||
|
||||
import com.jayway.awaitility.Awaitility;
|
||||
import com.toomuchcoding.jsonassert.JsonPath;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.runner.RunWith;
|
||||
@@ -88,7 +89,7 @@ public class ZookeeperDiscoveryTests {
|
||||
Registration registration;
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
@Ignore
|
||||
public void should_find_the_app_by_its_name_via_LoadBalancer() {
|
||||
// expect:
|
||||
then(registeredServiceStatusViaServiceName()).isEqualTo("UP");
|
||||
|
||||
@@ -119,7 +119,7 @@ public class ZookeeperDiscoveryWithDependenciesIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
@Ignore
|
||||
public void should_have_headers_from_dependencies_attached_to_the_request_via_load_balanced_rest_template() {
|
||||
// expect:
|
||||
await().until(() -> {
|
||||
|
||||
Reference in New Issue
Block a user