mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
tests/unix_passfd: Prevent running them in parallel
Only the send_and_shutdown test is exclusive, but kyua doesn't allow to prevent parallel execution of a single test. Approved by: glebius Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D35260
This commit is contained in:
parent
1bb3faed29
commit
2d896da92a
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ ATF_TESTS_C+= sysctl_kern_proc
|
|||
ATF_TESTS_C+= sys_getrandom
|
||||
ATF_TESTS_C+= unix_dgram
|
||||
ATF_TESTS_C+= unix_passfd_test
|
||||
TEST_METADATA.unix_passfd_test+= is_exclusive="true"
|
||||
ATF_TESTS_C+= unix_seqpacket_test
|
||||
TEST_METADATA.unix_seqpacket_test+= timeout="15"
|
||||
ATF_TESTS_C+= unix_socketpair_test
|
||||
|
|
|
|||
Loading…
Reference in a new issue