Temporarily skip flakey test case
sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger PR: 239399 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ee2defc067
commit
5d004f4712
@ -258,6 +258,8 @@ ATF_TC_BODY(ptrace__parent_sees_exit_after_child_debugger, tc)
|
||||
int cpipe[2], dpipe[2], status;
|
||||
char c;
|
||||
|
||||
atf_tc_skip("https://bugs.freebsd.org/239399");
|
||||
|
||||
ATF_REQUIRE(pipe(cpipe) == 0);
|
||||
ATF_REQUIRE((child = fork()) != -1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user