diff --git a/tests/providers_test.cpp b/tests/providers_test.cpp index 248f6cba..bca1c1cd 100644 --- a/tests/providers_test.cpp +++ b/tests/providers_test.cpp @@ -668,8 +668,6 @@ TEST(providers, encrypt_provider) { mgr.stop(); } event_system::instance().stop(); - - ASSERT_TRUE(utils::file::delete_directory_recursively(config_path)); } #if defined(REPERTORY_ENABLE_S3) && defined(REPERTORY_ENABLE_S3_TESTING) @@ -708,8 +706,6 @@ TEST(providers, s3_provider) { mgr.stop(); } event_system::instance().stop(); - - ASSERT_TRUE(utils::file::delete_directory_recursively(config_path)); } #endif @@ -748,7 +744,5 @@ TEST(providers, sia_provider) { mgr.stop(); } event_system::instance().stop(); - - ASSERT_TRUE(utils::file::delete_directory_recursively(config_path)); } } // namespace repertory