diff --git a/tests/rptest/tests/e2e_shadow_indexing_test.py b/tests/rptest/tests/e2e_shadow_indexing_test.py index d9814f596cb4d..bf5ec05d5dc60 100644 --- a/tests/rptest/tests/e2e_shadow_indexing_test.py +++ b/tests/rptest/tests/e2e_shadow_indexing_test.py @@ -269,7 +269,8 @@ def __call__(self) -> bool: self.test_instance.topic, 0) self.spillover_manifests = s3_snapshot.get_spillover_manifests( NTP("kafka", self.test_instance.topic, 0)) - if not self.spillover_manifests: + if not self.spillover_manifests or len( + self.spillover_manifests) < 2: return False manifest_keys = set(self.manifest['segments'].keys()) spillover_keys = set()