test: skip some combinations of FUSE driver arguments on macOS

This commit is contained in:
Marcus Holland-Moritz 2024-08-13 16:57:07 +02:00
parent bf94c23cc5
commit f0bc7b0e29

View File

@ -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();