Skip to content

Commit

Permalink
Fix apache#2834: Fix e2e tests, let's wait until camel-k is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpoth authored and bouskaJ committed Apr 7, 2022
1 parent 5a7d534 commit 92aff8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/registry/registry_maven_wagon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestImageRegistryIsAMavenRepository(t *testing.T) {
t.Skip("Avoid running on OpenShift until CA and secret are injected client side")
return
}
Expect(Kamel("install", "-n", ns).Execute()).To(Succeed())
Expect(Kamel("install", "--wait", "-n", ns).Execute()).To(Succeed())

t.Run("image registry is a maven repository", func(t *testing.T) {
// Create integration that should decrypt an encrypted message to "foobar" and log it
Expand Down

0 comments on commit 92aff8c

Please sign in to comment.