From b00b805da6566daa61e44cd4c3c92ca87ad59bbd Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Sun, 15 Jun 2025 11:36:51 +0300 Subject: [PATCH] test: sstable_resharding_test::sstable_resharding_over_s3_test: use default use_uuid in config Which is `true` by default anyhow. Signed-off-by: Benny Halevy --- test/boost/sstable_resharding_test.cc | 1 - 1 file changed, 1 deletion(-) 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, }); }