diff --git a/tests/check/gsttiovxisp.c b/tests/check/gsttiovxisp.c index a1ab1e0f2..10e34ecc8 100644 --- a/tests/check/gsttiovxisp.c +++ b/tests/check/gsttiovxisp.c @@ -1518,7 +1518,10 @@ gst_tiovx_isp_suite (void) /* Properties */ tcase_add_test (tc, test_ae_disabled); - tcase_add_test (tc, test_format_msb); + /* + * FIXME: Open issue #149. Certain format-msb values will give SIGSEGV + */ + tcase_skip_broken_test (tc, test_format_msb); /* * FIXME: This test halts the board. */