Skip to content

Commit

Permalink
Merge pull request #1555 from dale-fu/main-s390x
Browse files Browse the repository at this point in the history
Enable mongodb tests on s390x
  • Loading branch information
michalvavrik authored Nov 30, 2023
2 parents 8b95038 + 2dafcfb commit f512200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package io.quarkus.ts.nosqldb.mongodb;

import org.junit.jupiter.api.condition.DisabledIfSystemProperty;

import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
@DisabledIfSystemProperty(named = "ts.s390x.missing.services.excludes", matches = "true", disabledReason = "bitnami/mongodb container not available on s390x.")
public class OpenShiftMongoClientIT extends MongoClientIT {
}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@
<mariadb.105.image>registry.redhat.io/rhel8/mariadb-105</mariadb.105.image>
<amq-streams.image>registry.redhat.io/amq7/amq-streams-kafka-33-rhel8</amq-streams.image>
<amq-streams.version>2.3.0</amq-streams.version>
<mongodb.image>docker.io/library/mongo:4.4.6</mongodb.image>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit f512200

Please sign in to comment.