Skip to content

Commit

Permalink
fix(e2e): temporarily ignore Kotlin DSL
Browse files Browse the repository at this point in the history
Ref #4738
  • Loading branch information
squakez committed Sep 13, 2023
1 parent c578e49 commit a35b748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/common/languages/kotlin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ 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 a35b748

Please sign in to comment.