Skip to content

Commit

Permalink
tests: disable test_changing_topic_retention_with_restart
Browse files Browse the repository at this point in the history
Pending fix for redpanda-data#2406

Signed-off-by: John Spray <jcs@vectorized.io>
  • Loading branch information
jcsp committed Sep 23, 2021
1 parent fdf7036 commit 49716c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rptest/tests/retention_policy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from ducktape.mark.resource import cluster
from ducktape.utils.util import wait_until
from ducktape.mark import matrix
from ducktape.mark import matrix, ignore

from rptest.clients.types import TopicSpec
from rptest.tests.redpanda_test import RedpandaTest
Expand Down Expand Up @@ -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):
"""
Expand Down

0 comments on commit 49716c8

Please sign in to comment.