mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-09 22:36:17 +00:00
test: Disable test_max_dgram_size() test as it often breaks on CI
Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
This commit is contained in:
parent
9123d9a242
commit
8cbfeec9f4
@ -1576,7 +1576,9 @@ make_soc_suite(void)
|
||||
TCase *tc;
|
||||
|
||||
add_tcase(s, tc, test_ipc_txrx_us_timeout, 30);
|
||||
add_tcase(s, tc, test_ipc_max_dgram_size, 30);
|
||||
/* Commented out for the moment as space in /dev/shm on the CI machines
|
||||
causes random failures */
|
||||
/* add_tcase(s, tc, test_ipc_max_dgram_size, 30); */
|
||||
add_tcase(s, tc, test_ipc_server_fail_soc, 8);
|
||||
add_tcase(s, tc, test_ipc_txrx_us_block, 8);
|
||||
add_tcase(s, tc, test_ipc_txrx_us_tmo, 8);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user