Skip to content

Commit

Permalink
Temporarily disable all geli test case in CI
Browse files Browse the repository at this point in the history
https://bugs.freebsd.org/258787

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
lwhsu committed Sep 29, 2021
1 parent 48c6c4a commit db3e2f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,11 @@ if [ -f ${F} ]; then
${F}
rm -f ${F}.bak
fi

F=/usr/tests/sys/geom/class/Kyuafile
if [ -f ${F} ]; then
sed -i .bak \
-e 's,include("eli/Kyuafile"),-- include("eli/Kyuafile"),' \
${F}
rm -f ${F}.bak
fi

0 comments on commit db3e2f8

Please sign in to comment.