not the logs

This commit is contained in:
Felix Kunde 2022-04-22 15:24:47 +02:00
parent c2f2c400e4
commit e6156dbcfa
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@ class EndToEndTestCase(unittest.TestCase):
self.eventuallyEqual(lambda: len(self.query_database(leader.metadata.name, "postgres", owner_query)), 3, self.eventuallyEqual(lambda: len(self.query_database(leader.metadata.name, "postgres", owner_query)), 3,
"Not all additional users found in database", 10, 5) "Not all additional users found in database", 10, 5)
print('Operator log: {}'.format(k8s.get_operator_log()))
@timeout_decorator.timeout(TEST_TIMEOUT_SEC) @timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def test_additional_pod_capabilities(self): def test_additional_pod_capabilities(self):
''' '''