Skip to content

Commit

Permalink
test: speed up tools test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 18, 2024
1 parent d92a0c1 commit 134c7b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/tools_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,10 +1064,8 @@ TEST_P(tools_test, end_to_end) {
#ifndef __APPLE__
// macFUSE is notoriously slow to start, so let's skip these tests
if (!dwarfs::test::skip_slow_tests()) {
all_options.push_back("-omlock=try");
all_options.push_back("-ono_cache_image");
all_options.push_back("-ocache_files");
all_options.push_back("-otidy_strategy=time");
all_options.push_back("-omlock=try,no_cache_image");
all_options.push_back("-otidy_strategy=time,cache_files");
}
#endif

Expand Down

0 comments on commit 134c7b7

Please sign in to comment.