Skip to content

Commit

Permalink
Disable tests on aarch64 due to no CrunchyDB there (#1757)
Browse files Browse the repository at this point in the history
* Disabling service binding tests on aarch64 as the CrunchyDB operator
  is not yet supported there.

Tracking issue: #1755
  • Loading branch information
mjurc authored Apr 22, 2024
1 parent c008aaa commit acfa5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingOpenShiftExtensionAndDockerBuildStrategy)
@DisabledIfSystemProperty(named = "ts.ibm-z-p.missing.services.excludes", matches = "true", disabledReason = "Crunchy Postgres operator not available on s390x & ppc64le.")
@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "https:/quarkus-qe/quarkus-test-suite/issues/1755")
public class OpenShiftPostgreSqlSbIT {

@Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingOpenShiftExtensionAndDockerBuildStrategy)
@DisabledIfSystemProperty(named = "ts.ibm-z-p.missing.services.excludes", matches = "true", disabledReason = "Crunchy Postgres operator not available on s390x & ppc64le.")
@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "https:/quarkus-qe/quarkus-test-suite/issues/1755")
public class OpenShiftPostgreSqlReactiveSbIT {

private static final String PG_CLUSTER_YML = "pg-cluster.yml";
Expand Down

0 comments on commit acfa5a5

Please sign in to comment.