This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 0f6590d6 chore(tests): re enable kotlin test 0f6590d6 is described below commit 0f6590d69e5101a600d26c57954bdf9639a446c0 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Sep 5 12:39:51 2023 +0200 chore(tests): re enable kotlin test --- .../java/org/apache/camel/k/loader/kotlin/quarkus/KotlinLoaderTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/itests/camel-k-itests-loader-kotlin/src/test/java/org/apache/camel/k/loader/kotlin/quarkus/KotlinLoaderTest.java b/itests/camel-k-itests-loader-kotlin/src/test/java/org/apache/camel/k/loader/kotlin/quarkus/KotlinLoaderTest.java index 7f7514a0..2d46b6f7 100644 --- a/itests/camel-k-itests-loader-kotlin/src/test/java/org/apache/camel/k/loader/kotlin/quarkus/KotlinLoaderTest.java +++ b/itests/camel-k-itests-loader-kotlin/src/test/java/org/apache/camel/k/loader/kotlin/quarkus/KotlinLoaderTest.java @@ -31,8 +31,6 @@ import org.junit.jupiter.api.Test; import static org.assertj.core.api.Assertions.assertThat; -@Disabled("https://github.com/quarkusio/quarkus/issues/11549") -@DisabledOnIntegrationTest @QuarkusTest public class KotlinLoaderTest { @Test