Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child
PR: 243605 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1513f80391
commit
fba0af0bf8
@ -4189,6 +4189,9 @@ ATF_TC_BODY(ptrace__procdesc_reparent_wait_child, tc)
|
||||
pid_t traced, debuger, wpid;
|
||||
int pd, status;
|
||||
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_skip("https://bugs.freebsd.org/243605");
|
||||
|
||||
traced = pdfork(&pd, 0);
|
||||
ATF_REQUIRE(traced >= 0);
|
||||
if (traced == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user