Skip to content

Commit

Permalink
Disable Spring Cloud Server test on aarch64
Browse files Browse the repository at this point in the history
* Disabling Spring Cloud Server tests on aarch64 as there's no aarch64
  based container we can use as test service.
  • Loading branch information
mjurc committed Sep 18, 2024
1 parent a7364b0 commit 4bd94a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;

Expand All @@ -14,6 +15,7 @@
import io.quarkus.test.services.QuarkusApplication;

@QuarkusScenario
@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "https://github.com/quarkus-qe/quarkus-test-suite/issues/2025")
public class SpringCloudConfigIT {

@Container(image = "${spring.cloud.server.image}", port = 8888, expectedLog = "Started ConfigServer")
Expand Down

0 comments on commit 4bd94a0

Please sign in to comment.