Skip to content

Commit

Permalink
Merge pull request redpanda-data#4406 from jcsp/issue-4401-fix
Browse files Browse the repository at this point in the history
tests: fix assertion in cluster_features_test
  • Loading branch information
jcsp committed Apr 25, 2022
2 parents efe92be + a34869b commit e6a1f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/cluster_features_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_upgrade(self):
assert initial_version == self.admin.get_features()['cluster_version']

self.redpanda.restart_nodes([self.redpanda.nodes[2]])
wait_until(lambda: initial_version == self.admin.get_features()[
wait_until(lambda: new_version == self.admin.get_features()[
'cluster_version'],
timeout_sec=5,
backoff_sec=1)
Expand Down

0 comments on commit e6a1f0f

Please sign in to comment.