From 081231c718303f22adbb2e0d5b7aaad626be8260 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Thu, 26 Feb 2026 17:16:59 +0100 Subject: [PATCH] revert e2e debug lines and live with the error --- e2e/tests/test_e2e.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index f1de00dda..70145f3e4 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -1211,8 +1211,6 @@ class EndToEndTestCase(unittest.TestCase): k8s.create_with_kubectl("manifests/minimal-postgres-lowest-version-manifest.yaml") self.eventuallyEqual(lambda: k8s.count_running_pods(labels=cluster_label), 2, "No 2 pods running") - time.sleep(30) - print('Operator log: {}'.format(k8s.get_operator_log())) self.eventuallyEqual(lambda: k8s.get_operator_state(), {"0": "idle"}, "Operator does not get in sync") self.eventuallyEqual(check_version, 14, "Version is not correct")