Skip to content

Commit

Permalink
Merge pull request redpanda-data#13249 from VladLazar/fix-10932
Browse files Browse the repository at this point in the history
rptest: allow ntr_no_topic_manifest in test_manifest_dump
  • Loading branch information
piyushredpanda authored Sep 4, 2023
2 parents 7597bb7 + d0ae870 commit 64d58c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rptest/tests/shadow_indexing_admin_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,6 @@ def test_manifest_dump(self):
with expect_http_error(400):
not_enabled_response = self.admin.get_partition_manifest(
"test-topic", 0)

self.redpanda.si_settings.set_expected_damage(
{"ntr_no_topic_manifest"})

0 comments on commit 64d58c6

Please sign in to comment.