git: c6b41ba65021 - main - mixer tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Sep 2024 15:28:46 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=c6b41ba65021eff2b1db9157f813666a3e0543a1
commit c6b41ba65021eff2b1db9157f813666a3e0543a1
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-09-08 17:32:10 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-09-09 15:28:30 +0000
mixer tests: Serialize
These tests modify attributes of a global mixer device, and aren't
prepared to run in parallel.
---
usr.sbin/mixer/tests/Makefile | 3 +++
1 file changed, 3 insertions(+)
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>