From 89339e8b3d2d621a6fbc94f32b3f138095583b78 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 29 Sep 2021 10:50:48 +0100 Subject: [PATCH] tests: disable test_changing_topic_retention_with_restart Pending https://github.com/vectorizedio/redpanda/issues/2406 Signed-off-by: John Spray --- tests/rptest/tests/retention_policy_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rptest/tests/retention_policy_test.py b/tests/rptest/tests/retention_policy_test.py index 2f4fdbe46606b..628a07f0183dc 100644 --- a/tests/rptest/tests/retention_policy_test.py +++ b/tests/rptest/tests/retention_policy_test.py @@ -97,6 +97,7 @@ def done(): backoff_sec=5, err_msg="Segments were not removed") + @ignore # https://github.com/vectorizedio/redpanda/issues/2406 @cluster(num_nodes=3) def test_changing_topic_retention_with_restart(self): """