mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
renice_abs_user and renice_rel_user tests modify global state, so they are not compatible with parallel execution. Reviewed by: asomers Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D36720
4 lines
99 B
Makefile
4 lines
99 B
Makefile
ATF_TESTS_SH+= renice_test
|
|
TEST_METADATA.renice_test+= is_exclusive="true"
|
|
|
|
.include <bsd.test.mk>
|