mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 11:59:48 -04:00
test: skip some combinations of FUSE driver arguments on macOS
This commit is contained in:
parent
bf94c23cc5
commit
f0bc7b0e29
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user