diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 16646b02c..6633894c8 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -708,6 +708,7 @@ class EndToEndTestCase(unittest.TestCase): pass @timeout_decorator.timeout(TEST_TIMEOUT_SEC) + @unittest.skip("Skipping this test until fixed") def test_multi_namespace_support(self): ''' Create a customized Postgres cluster in a non-default namespace.