chore: re-enable i386 test

This commit is contained in:
Marcus Holland-Moritz 2025-08-25 12:54:19 +02:00
parent 7f07ee938b
commit 2d41727942

View File

@ -3192,10 +3192,6 @@ class map_file_error_test : public testing::TestWithParam<char const*> {};
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();