Skip to content

Commit

Permalink
tests/migrations: temporarily allow for false-positives from rp_stora…
Browse files Browse the repository at this point in the history
…ge_tool
  • Loading branch information
bashtanov committed Aug 28, 2024
1 parent b0af060 commit 28f3482
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rptest/tests/data_migrations_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,6 @@ def test_creating_and_listing_migrations(self):
# admin.execute_data_migration_action(out_migration_id,
# MigrationAction.cancel)
# self.wait_for_migration_state(out_migration_id, 'canceling')
# todo: fix rp_storage_tool to use overridden topic names
self.redpanda.si_settings.set_expected_damage(
{"ntr_no_topic_manifest", "missing_segments"})

0 comments on commit 28f3482

Please sign in to comment.