summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-10-02 12:30:54 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-10-02 12:30:54 +0100
commit10981f781c3a8c39bf3c8a40bbaa2279fc785885 (patch)
tree2ca048c4316b3176af62fa4f7e315b79b2f4ab73
parent3537ad8ae1ea00b31d80b10d8667dfbb9df222d4 (diff)
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.
-rw-r--r--tests/check/elements/multiqueue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/elements/multiqueue.c b/tests/check/elements/multiqueue.c
index 2ec920f36..94248b54d 100644
--- a/tests/check/elements/multiqueue.c
+++ b/tests/check/elements/multiqueue.c
@@ -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;