From 8779976814dd0ec2ec707bbb836d5cdef17978bb Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Tue, 19 Dec 2023 10:17:21 +0100 Subject: [PATCH] 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 39806fd113..da210afc2a 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))