acl tests: Serialize
Some of these tests import a ZFS pool with a hard-coded name, so they cannot run in parallel. MFC after: 1 week
This commit is contained in:
parent
57cf6309af
commit
e59b07ec91
@ -23,7 +23,9 @@ TAP_TESTS_SH+= 03
|
||||
TAP_TESTS_SH+= 04
|
||||
|
||||
.for t in ${TAP_TESTS_SH}
|
||||
TEST_METADATA.$t+= required_user="root"
|
||||
# Tests hard-code a ZFS pool name of "acltools" and so cannot run in parallel.
|
||||
TEST_METADATA.$t+= required_user="root" \
|
||||
is_exclusive=true
|
||||
.endfor
|
||||
|
||||
_ACL_PROGS= getfacl setfacl
|
||||
|
Loading…
Reference in New Issue
Block a user