enable other tests

This commit is contained in:
Felix Kunde 2020-01-31 17:24:34 +01:00
parent 5544843649
commit fe7aa92e73
1 changed files with 0 additions and 2 deletions

View File

@ -109,7 +109,6 @@ class EndToEndTestCase(unittest.TestCase):
"Expected memory limit {}, found {}" "Expected memory limit {}, found {}"
.format(minMemoryLimit, masterPod.spec.containers[0].resources.limits['memory'])) .format(minMemoryLimit, masterPod.spec.containers[0].resources.limits['memory']))
"""
@timeout_decorator.timeout(TEST_TIMEOUT_SEC) @timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def test_multi_namespace_support(self): def test_multi_namespace_support(self):
''' '''
@ -257,7 +256,6 @@ class EndToEndTestCase(unittest.TestCase):
jobs = k8s.get_logical_backup_job().items jobs = k8s.get_logical_backup_job().items
self.assertEqual(0, len(jobs), self.assertEqual(0, len(jobs),
"Expected 0 logical backup jobs, found {}".format(len(jobs))) "Expected 0 logical backup jobs, found {}".format(len(jobs)))
"""
def assert_master_is_unique(self, namespace='default', version="acid-minimal-cluster"): def assert_master_is_unique(self, namespace='default', version="acid-minimal-cluster"):
''' '''