Skip to content

Commit

Permalink
Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__parent…
Browse files Browse the repository at this point in the history
…_exits_before_child

PR:		244056
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
lwhsu committed Feb 11, 2020
1 parent f0c98e9 commit 9089fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sys/kern/ptrace_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,9 @@ ATF_TC_BODY(ptrace__parent_exits_before_child, tc)
int cpipe1[2], cpipe2[2], gcpipe[2], status;
pid_t child, gchild;

if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/244056");

ATF_REQUIRE(pipe(cpipe1) == 0);
ATF_REQUIRE(pipe(cpipe2) == 0);
ATF_REQUIRE(pipe(gcpipe) == 0);
Expand Down

0 comments on commit 9089fff

Please sign in to comment.