Skip to content

Commit

Permalink
Enable tests with AMQ Streams operator on aarch64
Browse files Browse the repository at this point in the history
* The operator is now delivered for OCP on aarch64, so the tests need to
  be enabled.
  • Loading branch information
mjurc committed Jul 21, 2024
1 parent 9418079 commit 2645e96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import io.quarkus.test.services.operator.KafkaInstance;

@OpenShiftScenario
@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "https://github.com/quarkus-qe/quarkus-test-suite/issues/1147")
@DisabledIfSystemProperty(named = "ts.ibm-z-p.missing.services.excludes", matches = "true", disabledReason = "debezium/zookeeper container not available on s390x & ppc64le.")
public class OperatorOpenShiftAmqStreamsKafkaStreamIT extends BaseKafkaStreamTest {

Expand Down

0 comments on commit 2645e96

Please sign in to comment.