aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-07-14 16:14:50 +0000
committerMark Johnston <markj@FreeBSD.org>2024-07-14 18:29:15 +0000
commitdc8357de606aa65fc1c35a43d4a5f1d706164ddb (patch)
treeffeac5ad6b1d97bf53f112423bc00a1ad63f85c7 /tests
parent498b3b494b8b3e500e555a9653d950b9e25a2f1a (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/geom/class/nop/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/geom/class/nop/Makefile b/tests/sys/geom/class/nop/Makefile
index 54b41584d441..a3347e0cdb65 100644
--- a/tests/sys/geom/class/nop/Makefile
+++ b/tests/sys/geom/class/nop/Makefile
@@ -5,4 +5,8 @@ TESTSDIR= ${TESTSBASE}/sys/geom/class/${.CURDIR:T}
ATF_TESTS_SH+= nop_test
+# Some tests make use of the "disks" property and kyua may schedule
+# them to run at the time time, which the tests do not expect.
+TEST_METADATA.nop_test+= is_exclusive="true"
+
.include <bsd.test.mk>