From bc50f081e6cb152b6be0121247475a4b03e68653 Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 24 Sep 2021 10:27:02 +0100 Subject: [PATCH] tests: fix disabling test_changing_topic_retention_with_restart Related: https://github.com/vectorizedio/redpanda/issues/2406 Signed-off-by: John Spray --- tests/rptest/tests/retention_policy_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rptest/tests/retention_policy_test.py b/tests/rptest/tests/retention_policy_test.py index 8344f5ec21a3..067d72bb247e 100644 --- a/tests/rptest/tests/retention_policy_test.py +++ b/tests/rptest/tests/retention_policy_test.py @@ -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): """