diff --git a/tests/e2e/test_operator.py b/tests/e2e/test_operator.py index 227d5f721..250f57d64 100644 --- a/tests/e2e/test_operator.py +++ b/tests/e2e/test_operator.py @@ -815,9 +815,9 @@ def test_default_user(): ) assert out != "OK" - # with Finally("I clean up"): - # with By("deleting test namespace"): - # delete_test_namespace() + with Finally("I clean up"): + with By("deleting test namespace"): + delete_test_namespace() @TestScenario