Skip to content

Commit

Permalink
Merge pull request #2858 from 0x5d/rpk-debug-bundle-test
Browse files Browse the repository at this point in the history
tests: Remove tolerance for ntp query errors
  • Loading branch information
jcsp committed Nov 3, 2021
2 parents 1442811 + c2bc696 commit 6ee73eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/rptest/tests/rpk_cluster_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ def test_debug_bundle(self):
# dmidecode doesn't work in ducktape containers, ignore
# errors about it.
continue
elif "pool.ntp.org" in l:
# rpk's NTP queries frequently fail
# https://github.com/vectorizedio/redpanda/issues/2802
continue
else:
self.logger.error(f"Bad output line: {l}")
filtered_errors.append(l)
Expand Down

0 comments on commit 6ee73eb

Please sign in to comment.