mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 09:47:01 -04:00
test: skip test that is flaky on i386
This commit is contained in:
parent
141ea63f52
commit
5027c12f78
@ -2990,6 +2990,10 @@ TEST(mkdwarfs_test, map_file_error) {
|
||||
class map_file_error_test : public testing::TestWithParam<char const*> {};
|
||||
|
||||
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user