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:
Christine Caulfield 2017-05-23 14:38:34 +01:00
parent 9123d9a242
commit 8cbfeec9f4

View File

@ -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);