diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index ebbc9e5cb..5459402c2 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -290,6 +290,7 @@ class EndToEndTestCase(unittest.TestCase): "Operator does not get in sync") @timeout_decorator.timeout(TEST_TIMEOUT_SEC) + def test_cross_namespace_secrets(self): ''' Test secrets in different namespace '''