enable all tests
This commit is contained in:
parent
bed90582f0
commit
93f88e964b
|
|
@ -77,7 +77,6 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
print('Operator log: {}'.format(k8s.get_operator_log()))
|
print('Operator log: {}'.format(k8s.get_operator_log()))
|
||||||
raise
|
raise
|
||||||
|
|
||||||
"""
|
|
||||||
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
|
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
|
||||||
def test_enable_disable_connection_pooler(self):
|
def test_enable_disable_connection_pooler(self):
|
||||||
'''
|
'''
|
||||||
|
|
@ -534,7 +533,6 @@ class EndToEndTestCase(unittest.TestCase):
|
||||||
"downscaler/downtime_replicas": "0",
|
"downscaler/downtime_replicas": "0",
|
||||||
}
|
}
|
||||||
self.assertTrue(k8s.check_statefulset_annotations(cluster_label, annotations))
|
self.assertTrue(k8s.check_statefulset_annotations(cluster_label, annotations))
|
||||||
"""
|
|
||||||
|
|
||||||
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
|
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
|
||||||
def test_taint_based_eviction(self):
|
def test_taint_based_eviction(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue