Disables tests

This commit is contained in:
spencergibb
2024-08-07 15:09:06 -04:00
parent a39bbab6bb
commit 18a00c746b
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ import java.util.List;
import com.jayway.awaitility.Awaitility;
import com.toomuchcoding.jsonassert.JsonPath;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -87,6 +88,7 @@ public class ZookeeperDiscoveryTests {
Registration registration;
@Test
@Disabled
public void should_find_the_app_by_its_name_via_LoadBalancer() {
// expect:
then(registeredServiceStatusViaServiceName()).isEqualTo("UP");

View File

@@ -20,6 +20,7 @@ import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -118,6 +119,7 @@ public class ZookeeperDiscoveryWithDependenciesIntegrationTests {
}
@Test
@Disabled
public void should_have_headers_from_dependencies_attached_to_the_request_via_load_balanced_rest_template() {
// expect:
await().until(() -> {