Skip to content

Commit

Permalink
fix(dsl): kotlin support back
Browse files Browse the repository at this point in the history
Closes #4738
  • Loading branch information
squakez committed Dec 19, 2023
1 parent aff598c commit 8779976
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/common/languages/kotlin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8779976

Please sign in to comment.