git: cdb192434cbc - main - netpfil tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 23:36:50 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=cdb192434cbc6449778888a73c7bdbe2ae94c3c8 commit cdb192434cbc6449778888a73c7bdbe2ae94c3c8 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-03-30 15:20:01 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-03-30 23:35:59 +0000 netpfil tests: Serialize These tests reuse jail names and so cannot run in parallel. MFC after: 1 week --- tests/sys/netpfil/common/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/netpfil/common/Makefile b/tests/sys/netpfil/common/Makefile index 189b8b44cfce..5ea3e7d9b687 100644 --- a/tests/sys/netpfil/common/Makefile +++ b/tests/sys/netpfil/common/Makefile @@ -13,6 +13,9 @@ ATF_TESTS_SH+= \ fragments \ forward +# Tests reuse jail names and so cannot run in parallel. +TEST_METADATA+= is_exclusive=true + ${PACKAGE}FILES+= \ utils.subr \ runner.subr \