what is going on with the test_min_resource_limits test

This commit is contained in:
Felix Kunde 2021-02-12 12:23:14 +01:00
parent 8bfc0d4d86
commit 56dd4e4e1f
1 changed files with 1 additions and 0 deletions

View File

@ -750,6 +750,7 @@ class EndToEndTestCase(unittest.TestCase):
return r
self.eventuallyTrue(verify_pod_limits, "Pod limits where not adjusted")
print('Operator log: {}'.format(k8s.get_operator_log()))
@classmethod
def setUp(cls):