E2E tests should use a randomly created Namespace for testing #1074
Labels
area/build-tools
Development tooling. I.e. pretty much everything in the `build` directory.
area/tests
Unit tests, e2e tests, anything to make sure things don't break
Milestone
Is your feature request related to a problem? Please describe.
All E2E tests are using default namespace in the test cluster when running, which makes it harder to identify which test is causing issues in the shared cluster. Tests are also more error prone by mistakenly reusing resources from other tests in the same namespace.
Describe the solution you'd like
Test runs should be isolated to their own namespaces.
The text was updated successfully, but these errors were encountered: