The branch main has been updated by markj:

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

commit 15e564e408015a70a1bf2d73bc7047247b7db349
Author:     Mark Johnston <[email protected]>
AuthorDate: 2023-06-20 13:09:52 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2023-07-31 15:01:53 +0000

    ggate tests: Serialize
---
 tests/sys/geom/class/gate/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/sys/geom/class/gate/Makefile 
b/tests/sys/geom/class/gate/Makefile
index 417fa7dfd197..600cef0b6bca 100644
--- a/tests/sys/geom/class/gate/Makefile
+++ b/tests/sys/geom/class/gate/Makefile
@@ -6,4 +6,7 @@ TESTSDIR=       ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
 
 ATF_TESTS_SH+= ggate_test
 
+# Tests listen on the same port.
+TEST_METADATA.ggate_test+= is_exclusive=true
+
 .include <bsd.test.mk>

Reply via email to