Skip to content

Commit

Permalink
Merge pull request #1756 from mjurc/disable-sb-aarch64
Browse files Browse the repository at this point in the history
Disable tests on aarch64 due to no CrunchyDB there
  • Loading branch information
michalvavrik authored Apr 22, 2024
2 parents abc27fc + 248a167 commit 3a87182
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://github.com/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://github.com/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 3a87182

Please sign in to comment.