tests: use tcase_skip_broken_test() to skip broken multiqueue test
authorTim-Philipp Müller <tim@centricular.net>
Wed, 2 Oct 2013 11:30:54 +0000 (12:30 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 2 Oct 2013 11:30:54 +0000 (12:30 +0100)
So that we get a warning in the output that reminds us that
something needs to be fixed.

tests/check/elements/multiqueue.c

index 2ec920f..94248b5 100644 (file)
@@ -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;