diff --git a/test/tool_main_test.cpp b/test/tool_main_test.cpp index c882e917..87958e85 100644 --- a/test/tool_main_test.cpp +++ b/test/tool_main_test.cpp @@ -3192,10 +3192,6 @@ class map_file_error_test : public testing::TestWithParam {}; TEST_P(map_file_error_test, delayed) { DWARFS_SLOW_TEST(); -#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();