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:
parent
693155a501
commit
e59c2190ff
@ -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}; }"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user