Package org.apache.camel.quarkus.test
Annotation Interface DisabledOnArm
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@ExtendWith(DisabledOnArmCondition.class)
public @interface DisabledOnArm
Skip test on ARM architecture when the operating system is not mac.