Skip to content

Commit

Permalink
Merge pull request #1390 from mjurc/disable-registry-tests-on-ocp-aar…
Browse files Browse the repository at this point in the history
…ch64

Disabling registry tests on OCP on aarch64
  • Loading branch information
michalvavrik committed Aug 30, 2023
2 parents 8d86505 + 37a1f01 commit f710bce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
package io.quarkus.qe.extension;

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

import io.quarkus.test.scenarios.OpenShiftDeploymentStrategy;
import io.quarkus.test.scenarios.OpenShiftScenario;

@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "Impossible to deploy container built on x86_64 on aarch64.")
@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingContainerRegistry)
public class OpenShiftRegistryIT extends OpenShiftBaseDeploymentIT {
}

0 comments on commit f710bce

Please sign in to comment.