Skip to content

Commit

Permalink
tests: fix disabling test_changing_topic_retention_with_restart
Browse files Browse the repository at this point in the history
Related: redpanda-data#2406

Signed-off-by: John Spray <jcs@vectorized.io>
  • Loading branch information
jcsp committed Sep 24, 2021
1 parent 5470a21 commit bc50f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/retention_policy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def done():
backoff_sec=5,
err_msg="Segments were not removed")

@ignore() # https://github.com/vectorizedio/redpanda/issues/2406
@ignore # https://github.com/vectorizedio/redpanda/issues/2406
@cluster(num_nodes=3)
def test_changing_topic_retention_with_restart(self):
"""
Expand Down

0 comments on commit bc50f08

Please sign in to comment.