Skip to content

Commit

Permalink
Merge branch 'master' into debian-base/bullseye-v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed May 26, 2022
2 parents 6b43ed9 + b893a25 commit 088f71c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/auto_rotation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ var _ = Describe("Test auto rotation of mount contents and K8s secrets", func()
if config.IsWindowsTest {
Skip("test case not supported for windows cluster")
}
if config.IsArcTest {
Skip("test is not supported in Arc cluster")
}

secretName := fmt.Sprintf("secret-pi-%s", utilrand.String(randomLength))
// create secret in keyvault
Expand Down
3 changes: 3 additions & 0 deletions test/e2e/pod_identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ var _ = Describe("CSI inline volume test with aad-pod-identity", func() {
if config.IsWindowsTest {
Skip("test case not supported for windows cluster")
}
if config.IsArcTest {
Skip("test is not supported in Arc cluster")
}

By("Deploying aad-pod-identity")
helm.InstallPodIdentity()
Expand Down

0 comments on commit 088f71c

Please sign in to comment.