Skip to content

Commit

Permalink
Merge pull request #23388 from bashtanov/migrations-tmp-allow-e2e-fai…
Browse files Browse the repository at this point in the history
…lures

tests/migrations: allow e2e test to fail
  • Loading branch information
bashtanov authored Sep 19, 2024
2 parents c4c8dd0 + 2c28be1 commit 9f013b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rptest/tests/data_migrations_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from rptest.clients.types import TopicSpec
from rptest.tests.e2e_finjector import Finjector
from rptest.clients.rpk import RpkTool
from ducktape.mark import matrix
from ducktape.mark import matrix, ok_to_fail
from contextlib import nullcontext
import requests

Expand Down Expand Up @@ -446,6 +446,7 @@ def cancel_inbound(self, migration_id, topic_name):
self.cancel(migration_id, topic_name)
self.assert_no_topics()

@ok_to_fail
@cluster(num_nodes=4, log_allow_list=MIGRATION_LOG_ALLOW_LIST)
@matrix(transfer_leadership=[True, False],
params=generate_tmptpdi_params())
Expand Down

0 comments on commit 9f013b0

Please sign in to comment.