Skip to content

Commit

Permalink
Temporarily disable Eureka integration tests (due to Docker container…
Browse files Browse the repository at this point in the history
… issue) (#431)

Closes #429
  • Loading branch information
sleberknight authored Jun 17, 2024
1 parent 03712ed commit 2fa58e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
Expand All @@ -32,6 +33,7 @@
import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers;

@Disabled("Dockerfile using obsolete image; see #429 and #430")
@DisplayName("EurekaRegistryClient")
@Testcontainers
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
Expand All @@ -31,6 +32,7 @@

import java.util.Map;

@Disabled("Dockerfile using obsolete image; see #429 and #430")
@DisplayName("EurekaRestClient")
@Testcontainers
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.assertj.core.api.junit.jupiter.SoftAssertionsExtension;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
Expand All @@ -43,6 +44,7 @@
import java.util.Locale;
import java.util.concurrent.TimeUnit;

@Disabled("Dockerfile using obsolete image; see #429 and #430")
@DisplayName("EurekaRegistryService")
@ExtendWith(SoftAssertionsExtension.class)
@Testcontainers
Expand Down

0 comments on commit 2fa58e4

Please sign in to comment.