diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 4aed62c28..9f0b946c9 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -72,7 +72,6 @@ class EndToEndTestCase(unittest.TestCase): print('Operator log: {}'.format(k8s.get_operator_log())) raise - """ @timeout_decorator.timeout(TEST_TIMEOUT_SEC) def test_enable_disable_connection_pooler(self): ''' @@ -573,7 +572,6 @@ class EndToEndTestCase(unittest.TestCase): # toggle pod anti affinity to move replica away from master node self.assert_distributed_pods(new_master_node, new_replica_nodes, cluster_label) - """ @timeout_decorator.timeout(TEST_TIMEOUT_SEC) def test_infrastructure_roles(self): @@ -594,7 +592,6 @@ class EndToEndTestCase(unittest.TestCase): # wait a little before proceeding time.sleep(30) - print('Operator log: {}'.format(k8s.get_operator_log())) # check that new roles are represented in the config by requesting the # operator configuration via API