mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
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
edad03308b
commit
2c39128feb
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue