Skip to content

Commit

Permalink
Do not run Azure Host Servicing test in non-development environments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsatam committed Feb 22, 2024
1 parent 1286307 commit b9fa59b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const (
)

var _ = Describe("ARO cluster DNS", func() {
BeforeEach(skipIfNotInDevelopmentEnv)

It("must not be adversely affected by Azure host servicing", func(ctx context.Context) {
By("creating a test namespace")
testNamespace := fmt.Sprintf("test-e2e-%d", GinkgoParallelProcess())
Expand Down

0 comments on commit b9fa59b

Please sign in to comment.