Skip to content

Commit

Permalink
test: skip some combinations of FUSE driver arguments on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Aug 13, 2024
1 parent bf94c23 commit f0bc7b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tools_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1057,12 +1057,15 @@ TEST_P(tools_test, end_to_end) {
#endif
};

#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");
}
#endif

unsigned const combinations = 1 << all_options.size();

Expand Down

0 comments on commit f0bc7b0

Please sign in to comment.