diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java index a7f2d883431..025cbc5460c 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelKubernetesTest.java @@ -57,6 +57,7 @@ public void componentTests() throws Exception { this.runComponentTest(createTestConfig(), "kubernetes-services"); this.runComponentTest(createTestConfig(), "openshift-builds"); this.runComponentTest(createTestConfig(), "openshift-build-configs"); + this.runComponentTest(createTestConfig(), "kubernetes-cronjob"); this.runModuleUnitTestsIfEnabled(config); }