Skip to content

Commit

Permalink
Removing OpenShiftQpidIT from arm profile
Browse files Browse the repository at this point in the history
* AMQ Streams Kafka is not supported on aarch64.
  • Loading branch information
mjurc authored and fedinskiy committed Aug 31, 2023
1 parent f710bce commit 73f73cd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package io.quarkus.ts.messaging.qpid;

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

import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "https://github.com/quarkus-qe/quarkus-test-suite/issues/1144")
public class OpenShiftQpidIT extends QpidIT {
}

0 comments on commit 73f73cd

Please sign in to comment.