test: speed up tools test

This commit is contained in:
Marcus Holland-Moritz 2024-11-18 15:12:44 +01:00
parent b349e584e0
commit a8938d5623

View File

@ -1064,10 +1064,8 @@ TEST_P(tools_test, end_to_end) {
#ifndef __APPLE__ #ifndef __APPLE__
// macFUSE is notoriously slow to start, so let's skip these tests // macFUSE is notoriously slow to start, so let's skip these tests
if (!dwarfs::test::skip_slow_tests()) { if (!dwarfs::test::skip_slow_tests()) {
all_options.push_back("-omlock=try"); all_options.push_back("-omlock=try,no_cache_image");
all_options.push_back("-ono_cache_image"); all_options.push_back("-otidy_strategy=time,cache_files");
all_options.push_back("-ocache_files");
all_options.push_back("-otidy_strategy=time");
} }
#endif #endif