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:
Tim-Philipp Müller 2013-10-02 12:30:54 +01:00
parent 3537ad8ae1
commit 10981f781c

View file

@ -741,8 +741,7 @@ multiqueue_suite (void)
/* Disabled, The test (and not multiqueue itself) is racy. /* Disabled, The test (and not multiqueue itself) is racy.
* See https://bugzilla.gnome.org/show_bug.cgi?id=708661 */ * See https://bugzilla.gnome.org/show_bug.cgi?id=708661 */
if (0) tcase_skip_broken_test (tc_chain, test_output_order);
tcase_add_test (tc_chain, test_output_order);
tcase_add_test (tc_chain, test_sparse_stream); tcase_add_test (tc_chain, test_sparse_stream);
return s; return s;