Skip to content

Commit

Permalink
Assign open issue #149 to ISP's format-msb test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dchvs99 committed Nov 23, 2021
1 parent a91fba7 commit b9d23da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/check/gsttiovxisp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit b9d23da

Please sign in to comment.