From 93f88e964be38cb5edb9378cc54b3a5c1f7a4fba Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Thu, 27 Aug 2020 17:08:02 +0200 Subject: [PATCH] enable all tests --- e2e/tests/test_e2e.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 41d049e1b..8ec7d0d07 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -77,7 +77,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): ''' @@ -534,7 +533,6 @@ class EndToEndTestCase(unittest.TestCase): "downscaler/downtime_replicas": "0", } self.assertTrue(k8s.check_statefulset_annotations(cluster_label, annotations)) - """ @timeout_decorator.timeout(TEST_TIMEOUT_SEC) def test_taint_based_eviction(self):