diff --git a/tests/rptest/tests/e2e_shadow_indexing_test.py b/tests/rptest/tests/e2e_shadow_indexing_test.py index 18dd2c1b3e116..40228a7f7486a 100644 --- a/tests/rptest/tests/e2e_shadow_indexing_test.py +++ b/tests/rptest/tests/e2e_shadow_indexing_test.py @@ -1129,7 +1129,8 @@ def setUp(self): @cluster(num_nodes=8, log_allow_list=[ r"failed to hydrate chunk.*Connection reset by peer", - r"failed to hydrate chunk.*NotFound" + r"failed to hydrate chunk.*NotFound", + r"test", ]) @matrix(short_retention=[False, True], cloud_storage_type=get_cloud_storage_type())