Skip to content

Commit

Permalink
Revert "Ignoring tests till we decide how to handle framework host na…
Browse files Browse the repository at this point in the history
…me issues"

This reverts commit 70a3950.
  • Loading branch information
OlgaMaciaszek committed Oct 14, 2024
1 parent cfc88ca commit 0408fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

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;
Expand Down Expand Up @@ -89,7 +88,7 @@ public class ZookeeperDiscoveryTests {
Registration registration;

@Test
@Ignore
@Disabled
public void should_find_the_app_by_its_name_via_LoadBalancer() {
// expect:
then(registeredServiceStatusViaServiceName()).isEqualTo("UP");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void should_find_a_collaborator_using_feign_by_using_its_alias_from_depen
}

@Test
@Ignore
@Disabled
public void should_have_headers_from_dependencies_attached_to_the_request_via_load_balanced_rest_template() {
// expect:
await().until(() -> {
Expand Down

0 comments on commit 0408fa9

Please sign in to comment.