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:
Li-Wen Hsu 2020-01-26 07:24:49 +00:00
parent 1513f80391
commit fba0af0bf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357137

View File

@ -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) {