mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-07 11:29:56 -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*> {};
|
class map_file_error_test : public testing::TestWithParam<char const*> {};
|
||||||
|
|
||||||
TEST_P(map_file_error_test, delayed) {
|
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()};
|
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