enable all tests

This commit is contained in:
Felix Kunde 2020-08-27 17:08:02 +02:00
parent bed90582f0
commit 93f88e964b
1 changed files with 0 additions and 2 deletions

View File

@ -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):