diff options
author | Mark Johnston <markj@FreeBSD.org> | 2024-09-08 17:32:10 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-09-09 15:28:30 +0000 |
commit | c6b41ba65021eff2b1db9157f813666a3e0543a1 (patch) | |
tree | 00539eec40325b896955c9ee8ee578e12fb716b1 | |
parent | b103fc49ae160fdce221c2fffa98dde9bc0ff3b0 (diff) |
mixer tests: Serialize
These tests modify attributes of a global mixer device, and aren't
prepared to run in parallel.
-rw-r--r-- | usr.sbin/mixer/tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/mixer/tests/Makefile b/usr.sbin/mixer/tests/Makefile index 9a5bb3a183ab..c8056169f9a4 100644 --- a/usr.sbin/mixer/tests/Makefile +++ b/usr.sbin/mixer/tests/Makefile @@ -1,3 +1,6 @@ ATF_TESTS_SH+= mixer_test +# mixer tests fiddle with a singleton dummy audio device. +TEST_METADATA.mixer_test= is_exclusive=true + .include <bsd.test.mk> |