Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 14, 2024
1 parent f6f0547 commit 58effbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/e2e/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,11 @@ var _ = Describe("ARO Operator - Internet checking", func() {
})
})

var _ = XDescribe("ARO Operator - Geneva Logging", func() {
if _env.IsLocalDevelopmentMode() {
Skip("skipping tests in non-development environment")
}

var _ = Describe("ARO Operator - Geneva Logging", func() {
It("must be repaired if DaemonSet deleted", func(ctx context.Context) {
if _env.IsLocalDevelopmentMode() {
Skip("skipping tests in non-development environment")
}
mdsdIsReady := func(g Gomega, ctx context.Context) {
done, err := ready.CheckDaemonSetIsReady(ctx, clients.Kubernetes.AppsV1().DaemonSets("openshift-azure-logging"), "mdsd")()

Expand Down

0 comments on commit 58effbb

Please sign in to comment.