git: 9c3f6368b1bd - main - gmirror tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 15:02:14 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=9c3f6368b1bdb576512a056e08d116f22da43931 commit 9c3f6368b1bdb576512a056e08d116f22da43931 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-06-20 13:05:53 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-07-31 15:01:49 +0000 gmirror tests: Serialize --- tests/sys/geom/class/mirror/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/geom/class/mirror/Makefile b/tests/sys/geom/class/mirror/Makefile index f719d7542964..61fa5526c02f 100644 --- a/tests/sys/geom/class/mirror/Makefile +++ b/tests/sys/geom/class/mirror/Makefile @@ -21,6 +21,9 @@ TAP_TESTS_SH+= 13_test ATF_TESTS_SH+= component_selection ATF_TESTS_SH+= sync_error +# Tests use a global gmirror fail point. +TEST_METADATA+= is_exclusive=true + ${PACKAGE}FILES+= conf.sh .for t in ${TAP_TESTS_SH}