mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
chore: re-enable i386 test
This commit is contained in:
parent
7f07ee938b
commit
2d41727942
@ -3192,10 +3192,6 @@ class map_file_error_test : public testing::TestWithParam<char const*> {};
|
|||||||
TEST_P(map_file_error_test, delayed) {
|
TEST_P(map_file_error_test, delayed) {
|
||||||
DWARFS_SLOW_TEST();
|
DWARFS_SLOW_TEST();
|
||||||
|
|
||||||
#if defined(__linux__) && defined(__i386__)
|
|
||||||
GTEST_SKIP() << "this test is flaky on i386 Linux (SIGPIPE)";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
std::string extra_args{GetParam()};
|
std::string extra_args{GetParam()};
|
||||||
|
|
||||||
auto t = mkdwarfs_tester::create_empty();
|
auto t = mkdwarfs_tester::create_empty();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user