Skip to content

Commit

Permalink
do not delete chaos-mesh namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Aug 16, 2023
1 parent 27e71c7 commit 9addbfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func setupSuite(c kubernetes.Interface, extClient versioned.Interface, apiExtCli
metav1.NamespaceDefault,
metav1.NamespacePublic,
v1.NamespaceNodeLease,
"chaos-testing", // used by chaos-mesh
}
if framework.TestContext.Provider == "kind" {
// kind local path provisioner namespace since 0.7.0
Expand Down

0 comments on commit 9addbfb

Please sign in to comment.