aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2025-07-15 16:45:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2025-07-25 20:55:01 +0000
commit5dadfac51c3876b0ba6fde831cb4417594167fed (patch)
treedcf130c363f583137eecdb0e7c243a34997ff2cb
parent672c8d2aee18c5deafc20c1dbc81ee8dde910af1 (diff)
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 <me@svmhdvn.name> Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-src/pull/1790
-rw-r--r--tests/sys/mac/portacl/Makefile1
1 files changed, 1 insertions, 0 deletions
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>