diff --git a/test/tool_main_test.cpp b/test/tool_main_test.cpp index 77a3c7c9..e1f7ff5d 100644 --- a/test/tool_main_test.cpp +++ b/test/tool_main_test.cpp @@ -2990,6 +2990,10 @@ TEST(mkdwarfs_test, map_file_error) { class map_file_error_test : public testing::TestWithParam {}; TEST_P(map_file_error_test, delayed) { +#if defined(__linux__) && defined(__i386__) + GTEST_SKIP() << "this test is flaky on i386 Linux (SIGPIPE)"; +#endif + std::string extra_args{GetParam()}; auto t = mkdwarfs_tester::create_empty();