mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests: use tcase_skip_broken_test() to skip broken multiqueue test
So that we get a warning in the output that reminds us that something needs to be fixed.
This commit is contained in:
parent
3537ad8ae1
commit
10981f781c
1 changed files with 1 additions and 2 deletions
|
@ -741,8 +741,7 @@ multiqueue_suite (void)
|
|||
|
||||
/* Disabled, The test (and not multiqueue itself) is racy.
|
||||
* See https://bugzilla.gnome.org/show_bug.cgi?id=708661 */
|
||||
if (0)
|
||||
tcase_add_test (tc_chain, test_output_order);
|
||||
tcase_skip_broken_test (tc_chain, test_output_order);
|
||||
|
||||
tcase_add_test (tc_chain, test_sparse_stream);
|
||||
return s;
|
||||
|
|
Loading…
Reference in a new issue