Package org.apache.camel.quarkus.test
Annotation Interface DisabledOnRhel
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@ExtendWith(DisabledOnRhelCondition.class)
public @interface DisabledOnRhel
Skip test on RHEL linux, if integrationTests == true, test is disabled only in the native mode
-
Optional Element Summary
Optional Elements
-
Element Details
-
version
int version- Default:
0
-
integrationTests
boolean integrationTests- Default:
false
-