Temporarily skip failing test cases in CI:

sys.capsicum.functional.Capability__NoBypassDAC
sys.capsicum.functional.Pdfork__OtherUserForked

PR:		250178, 250179
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-10-07 09:53:24 +00:00
parent edad03308b
commit 2c39128feb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366512

View File

@ -64,6 +64,12 @@ add_testcase()
PipePdfork__WildcardWait)
eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/244165\"; }"
;;
Capability__NoBypassDAC)
eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/250178\"; }"
;;
Pdfork__OtherUserForked)
eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/250179\"; }"
;;
*)
eval "${tc_escaped}_body() { check ${tc}; }"
;;