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.git
commit 8779976814dd0ec2ec707bbb836d5cdef17978bb Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Dec 19 10:17:21 2023 +0100 fix(dsl): kotlin support back Closes #4738 --- e2e/common/languages/kotlin_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/common/languages/kotlin_test.go b/e2e/common/languages/kotlin_test.go index 39806fd11..da210afc2 100644 --- a/e2e/common/languages/kotlin_test.go +++ b/e2e/common/languages/kotlin_test.go @@ -36,8 +36,6 @@ import ( func TestRunSimpleKotlinExamples(t *testing.T) { RegisterTestingT(t) - t.Skip("Skipping test. See https://github.com/apache/camel-k/issues/4738") - t.Run("run kotlin", func(t *testing.T) { Expect(KamelRunWithID(operatorID, ns, "files/kotlin.kts").Execute()).To(Succeed()) Eventually(IntegrationPodPhase(ns, "kotlin"), TestTimeoutLong).Should(Equal(v1.PodRunning))