Skip to content

Commit

Permalink
Temporarily disable sys.netmap.ctrl-api-test.main
Browse files Browse the repository at this point in the history
https://bugs.freebsd.org/260547

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
lwhsu committed Dec 19, 2021
1 parent 40344e2 commit 0e0be03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/test/subr/disable-notyet-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ if [ -f ${F} ]; then
${F}
rm -f ${F}.bak
fi

F=/usr/tests/sys/netmap/Kyuafile
if [ -f ${F} ]; then
sed -i .bak \
-e 's,plain_test_program{name="ctrl-api-test",-- plain_test_program{name="ctrl-api-test",' \
${F}
fi

0 comments on commit 0e0be03

Please sign in to comment.