diff --git a/db/db_table_properties_test.cc b/db/db_table_properties_test.cc index 89f36fda5..0cdd5b734 100644 --- a/db/db_table_properties_test.cc +++ b/db/db_table_properties_test.cc @@ -52,7 +52,7 @@ class DBTablePropertiesTest : public DBTestBase, public testing::WithParamInterface { public: DBTablePropertiesTest() - : DBTestBase("/db_table_properties_test", /*env_do_fsync=*/true) {} + : DBTestBase("/db_table_properties_test", /*env_do_fsync=*/false) {} TablePropertiesCollection TestGetPropertiesOfTablesInRange( std::vector ranges, std::size_t* num_properties = nullptr, std::size_t* num_files = nullptr);