test refactor
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2023-12-10 14:09:53 -06:00
parent 4fd23de9b6
commit b9c2113d43

View File

@ -668,8 +668,6 @@ TEST(providers, encrypt_provider) {
mgr.stop(); mgr.stop();
} }
event_system::instance().stop(); event_system::instance().stop();
ASSERT_TRUE(utils::file::delete_directory_recursively(config_path));
} }
#if defined(REPERTORY_ENABLE_S3) && defined(REPERTORY_ENABLE_S3_TESTING) #if defined(REPERTORY_ENABLE_S3) && defined(REPERTORY_ENABLE_S3_TESTING)
@ -708,8 +706,6 @@ TEST(providers, s3_provider) {
mgr.stop(); mgr.stop();
} }
event_system::instance().stop(); event_system::instance().stop();
ASSERT_TRUE(utils::file::delete_directory_recursively(config_path));
} }
#endif #endif
@ -748,7 +744,5 @@ TEST(providers, sia_provider) {
mgr.stop(); mgr.stop();
} }
event_system::instance().stop(); event_system::instance().stop();
ASSERT_TRUE(utils::file::delete_directory_recursively(config_path));
} }
} // namespace repertory } // namespace repertory