From 1f1a4a029f0513febeab012d1a169e13640df3cc Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Fri, 15 Jan 2021 10:26:36 +0100 Subject: [PATCH] check if test_multinamespace_support causes problems --- e2e/tests/test_e2e.py | 1 + 1 file changed, 1 insertion(+) 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.