diff --git a/test/boost/sstable_resharding_test.cc b/test/boost/sstable_resharding_test.cc index f5b26c1b72..6a20ed7785 100644 --- a/test/boost/sstable_resharding_test.cc +++ b/test/boost/sstable_resharding_test.cc @@ -150,7 +150,6 @@ SEASTAR_TEST_CASE(sstable_resharding_over_s3_test, *boost::unit_test::preconditi run_sstable_resharding_test(env); }, test_env_config{ .storage = make_test_object_storage_options(), - .use_uuid = true, }); }