The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=5dadfac51c3876b0ba6fde831cb4417594167fed
commit 5dadfac51c3876b0ba6fde831cb4417594167fed Author: Siva Mahadevan <m...@svmhdvn.name> AuthorDate: 2025-07-15 16:45:24 +0000 Commit: Li-Wen Hsu <lw...@freebsd.org> CommitDate: 2025-07-25 20:55:01 +0000 tests/mac_portacl: enable is_exclusive for now Both tests rely on ports 77 and 7777 to be available and thus cannot be run concurrently. This is a temporary measure to ensure that they don't conflict with each other. In the future, these should be rewritten to wait until the necessary ports are available, or deterministically select a free port instead. Signed-off-by: Siva Mahadevan <m...@svmhdvn.name> Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/1790 --- tests/sys/mac/portacl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/mac/portacl/Makefile b/tests/sys/mac/portacl/Makefile index c9fb6bbaae3e..856a85d331d5 100644 --- a/tests/sys/mac/portacl/Makefile +++ b/tests/sys/mac/portacl/Makefile @@ -10,6 +10,7 @@ TAP_TESTS_SH+= root_test .for t in ${TAP_TESTS_SH} TEST_METADATA.$t+= required_user="root" TEST_METADATA.$t+= timeout="450" +TEST_METADATA.$t+= is_exclusive="true" .endfor .include <bsd.test.mk>