aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-03-25 19:59:20 +0000
committerMark Johnston <markj@FreeBSD.org>2024-02-03 19:10:50 +0000
commit92baae0fec65e190c2b32dbdd9f48ab39510ec2e (patch)
treef6de88c87fca27a749f54a24151aec6cecb9f610
parentd139062ffb01cdce1145d1a95c530da0e792d559 (diff)
route tests: Serialize
These tests reuse jail names and so cannot run in parallel. MFC after: 1 week (cherry picked from commit 2e55256de3e6193b5073f9774362b06ce690e482)
-rw-r--r--sbin/route/tests/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/route/tests/Makefile b/sbin/route/tests/Makefile
index 1ae964693ff4..23e5ecb79143 100644
--- a/sbin/route/tests/Makefile
+++ b/sbin/route/tests/Makefile
@@ -1,10 +1,10 @@
PACKAGE= tests
-ATF_TESTS_SH+= \
- basic
+ATF_TESTS_SH+= basic
+# Tests reuse jail names and so cannot run in parallel.
+TEST_METADATA.basic+= is_exclusive=true
-${PACKAGE}FILES+= \
- utils.subr
+${PACKAGE}FILES+= utils.subr
.include <bsd.test.mk>