mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
gnop tests: Serialize
Some of these tests make use of test disk devices, but then they can't run in parallel. MFC after: 2 weeks (cherry picked from commit dc8357de606aa65fc1c35a43d4a5f1d706164ddb)
This commit is contained in:
parent
5437ef1dc1
commit
fb8670d3f8
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue