Skip test written in Googltest in the wrapper script
This leaves the main test body untouched and only skip running in the CI env, makes doing local test easier while developing. PR: 244165 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bc683a89a3
commit
3d077160cb
@ -59,7 +59,10 @@ add_testcase()
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
case "${tc_escaped}" in
|
||||
ForkedOpenatTest_WithFlagInCapabilityMode___|OpenatTest__WithFlag)
|
||||
eval "${tc_escaped}_body() { skip \"http://bugs.freebsd.org/249960\"; }"
|
||||
eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/249960\"; }"
|
||||
;;
|
||||
PipePdfork__WildcardWait)
|
||||
eval "${tc_escaped}_body() { skip \"https://bugs.freebsd.org/244165\"; }"
|
||||
;;
|
||||
*)
|
||||
eval "${tc_escaped}_body() { check ${tc}; }"
|
||||
|
Loading…
x
Reference in New Issue
Block a user