Expect 01:main to fail
Changes were made to ZFS in the past year with respect to how ACLs are handled, causing failures in this test. Mark it TODO so (hopefully) someone more knowledgeable (like mav or trasz) will fix the code or the test. PR: 212323
This commit is contained in:
parent
c68f00edd6
commit
3d77b88dff
@ -81,7 +81,7 @@ perl $TESTDIR/run $TESTDIR/tools-nfs4-psarc.test >&2
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "ok 3"
|
||||
else
|
||||
echo "not ok 3"
|
||||
echo "not ok 3 # TODO: fails due to ACL changes in ZFS; bug 212323"
|
||||
fi
|
||||
|
||||
echo "ok 4"
|
||||
|
Loading…
Reference in New Issue
Block a user