Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal] Fix parallel test flake (#2515)
Two of the examples tests install different versions of the same CRD. This works in CSA mode because they overwrite each other, but cause a conflict in SSA mode. Since CRDs are cluster-scoped, it's nontrivial to fix since the tests run in parallel. Explicitly use CSA mode until we refactor the tests to run on separate clusters.
- Loading branch information