Skip to content

Commit

Permalink
tests: removed debugging sleep from offline_log_viewer.py
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Jan 4, 2023
1 parent 84b45c8 commit 2f476fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/rptest/clients/offline_log_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def _json_cmd(self, node, suffix):
except json.decoder.JSONDecodeError:
# Log the bad output before re-raising
self._redpanda.logger.error(f"Invalid JSON output: {json_out}")
import time
time.sleep(3600)
raise

def read_controller(self, node):
Expand Down

0 comments on commit 2f476fa

Please sign in to comment.