Temporarily skip flakey test case

sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger

PR:		239292
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu
2019-07-22 10:37:56 +00:00
parent 7d63f8b6df
commit 37ba9b348b
+2
View File
@@ -867,6 +867,8 @@ ATF_TC_BODY(ptrace__follow_fork_child_detached_unrelated_debugger, tc)
pid_t children[2], fpid, wpid;
int cpipe[2], status;
atf_tc_skip("https://bugs.freebsd.org/bug239292");
ATF_REQUIRE(pipe(cpipe) == 0);
ATF_REQUIRE((fpid = fork()) != -1);
if (fpid == 0) {