From 2e55256de3e6193b5073f9774362b06ce690e482 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sat, 25 Mar 2023 15:59:20 -0400 Subject: [PATCH] route tests: Serialize These tests reuse jail names and so cannot run in parallel. MFC after: 1 week --- sbin/route/tests/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/route/tests/Makefile b/sbin/route/tests/Makefile index 1ae964693ff..23e5ecb7914 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