Skip to content

Commit

Permalink
fix(e2e): Tekton test basic task permission failure with olm install …
Browse files Browse the repository at this point in the history
…command
  • Loading branch information
gansheer authored and squakez committed May 16, 2024
1 parent b18faca commit 8a81d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/advanced/tekton_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestTektonLikeBehavior(t *testing.T) {
g.Expect(CreateOperatorRoleBinding(t, ctx, ns)).To(Succeed())

g.Eventually(OperatorPod(t, ctx, ns)).Should(BeNil())
g.Expect(CreateKamelPod(t, ctx, ns, "tekton-task", "install", "--skip-cluster-setup", "--force")).To(Succeed())
g.Expect(CreateKamelPod(t, ctx, ns, "tekton-task", "install", "--skip-cluster-setup", "--olm=false", "--force")).To(Succeed())

g.Eventually(OperatorPod(t, ctx, ns)).ShouldNot(BeNil())
})
Expand Down

0 comments on commit 8a81d91

Please sign in to comment.