Ignoring tests till we decide how to handle framework host name issues

This commit is contained in:
Ryan Baxter
2024-08-07 17:22:41 -04:00
parent 18a00c746b
commit 70a395083a
2 changed files with 3 additions and 2 deletions

View File

@@ -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");

View File

@@ -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(() -> {