Skip to content

Commit

Permalink
Temporarily disable fusefs tests
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
lwhsu committed Feb 19, 2020
1 parent c709fe7 commit b19fa34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/test/subr/disable-notyet-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ if [ -f ${F} ]; then
-e 's,atf_test_program{name="timer_test"},-- atf_test_program{name="timer_test"},' \
${F}
fi

F=/usr/tests/sys/fs/fusefs/Kyuafile
if [ -f ${F} ]; then
mv ${F} ${F}.bak
fi

0 comments on commit b19fa34

Please sign in to comment.