git: a94158d255fe - main - dhclient tests: Serialize pcp tests

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 31 Jul 2023 15:02:13 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=a94158d255fe5ce46d7b98d2924d99273bcf27d9

commit a94158d255fe5ce46d7b98d2924d99273bcf27d9
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-20 13:04:07 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-07-31 15:01:43 +0000

    dhclient tests: Serialize pcp tests
---
 sbin/dhclient/tests/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sbin/dhclient/tests/Makefile b/sbin/dhclient/tests/Makefile
index 790d3dbcccce..d366778f3bbc 100644
--- a/sbin/dhclient/tests/Makefile
+++ b/sbin/dhclient/tests/Makefile
@@ -4,6 +4,9 @@
 
 ATF_TESTS_SH=	pcp
 
+# Tests assign a common IP address.
+TEST_METADATA.pcp+=	is_exclusive=true
+
 PLAIN_TESTS_C=				option-domain-search_test
 SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
 					tables.c parse.c conflex.c tree.c fake.c \