diff --git a/test/test_pagination_config.sh b/test/test_pagination_config.sh index cf76ed69..5c764e52 100755 --- a/test/test_pagination_config.sh +++ b/test/test_pagination_config.sh @@ -13,6 +13,12 @@ if [ -z "$(type expect 2> /dev/null)" ]; then if [ "$s" = $0 ]; then exit 0; else return 0; fi fi +# Skip test if valgrind +if [ $valgrindtest -ne 0 ]; then + echo "...skipped for valgrind " + return 0 # skip +fi + cfg=$dir/conf.xml fexample=$dir/example-social.yang diff --git a/test/test_restconf_notifications.sh b/test/test_restconf_notifications.sh index cc75ed99..ef66a854 100755 --- a/test/test_restconf_notifications.sh +++ b/test/test_restconf_notifications.sh @@ -32,6 +32,8 @@ if [ "${WITH_RESTCONF}" != "fcgi" -o "$RCPROTO" = https ]; then if [ "$s" = $0 ]; then exit 0; else return 0; fi # skip fi +# Skip regardless, broken in 5.7 +if [ "$s" = $0 ]; then exit 0; else return 0; fi # skip : ${SLEEP2:=1} SLEEP5=.5 APPNAME=example