Temporarily disable the sys/acl/00 and sys/acl/02 tests

These tests are failing due to PR 229930.  Unfortunately, TAP tests can't be
marked as expected failures.

PR:		229930
Reported by:	Jenkins
This commit is contained in:
Alan Somers 2018-07-22 21:00:11 +00:00
parent e5e3e746fe
commit 75b9becc2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336617

View File

@ -14,9 +14,11 @@ ${PACKAGE}FILES+= tools-posix.test
SCRIPTS+= run
TAP_TESTS_SH+= 00
# Disable 00 and 02 until they've been updated for setfacl's new behavior
# PR 229930 tests/sys/acl/00:main fails in CI due to unexpected error message
# TAP_TESTS_SH+= 00
# TAP_TESTS_SH+= 02
TAP_TESTS_SH+= 01
TAP_TESTS_SH+= 02
TAP_TESTS_SH+= 03
TAP_TESTS_SH+= 04
@ -30,8 +32,8 @@ _ACL_PROGS= getfacl setfacl
TEST_METADATA.$t+= required_programs="perl zpool ${_ACL_PROGS}"
.endfor
.for t in 00 02
TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
.endfor
# .for t in 00 02
# TEST_METADATA.$t+= required_programs="perl ${_ACL_PROGS}"
# .endfor
.include <bsd.test.mk>