Skip to content

Commit

Permalink
Temporarily disable local.kyua.utils.signals.timer_test.*
Browse files Browse the repository at this point in the history
It's unstable in the VM.

PR: https://bugs.freebsd.org/233589

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
lwhsu committed Oct 24, 2019
1 parent 2f09a00 commit 09a161b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/test/subr/disable-notyet-tests.sh
Expand Up @@ -13,3 +13,10 @@ if [ -f ${F} ]; then
-e 's,include("frag6/Kyuafile"),-- include("frag6/Kyuafile"),' \
${F}
fi

F=/usr/local/tests/kyua/utils/signals/Kyuafile
if [ -f ${F} ]; then
sed -i .bak \
-e 's,atf_test_program{name="timer_test"},-- atf_test_program{name="timer_test"},' \
${F}
fi

0 comments on commit 09a161b

Please sign in to comment.