Original commit message from CVS:
* tests/check/elements/volume.c: (volume_suite):
disable test until #343196 gets resolved
+2006-05-28 Stefan Kost <ensonic@users.sf.net>
+
+ * tests/check/elements/volume.c: (volume_suite):
+ disable test until #343196 gets resolved
+
2006-05-28 Stefan Kost <ensonic@users.sf.net>
* gst/adder/gstadder.c: (gst_adder_get_type):
GST_END_TEST;
-
+/* requires #343196 */
+#if 0
GST_START_TEST (test_passthrough)
{
GstElement *volume;
}
GST_END_TEST;
-
+#endiif
Suite *
volume_suite (void)
tcase_add_test (tc_chain, test_double);
tcase_add_test (tc_chain, test_mute);
tcase_add_test (tc_chain, test_wrong_caps);
- tcase_add_test (tc_chain, test_passthrough);
+ /* requires #343196
+ tcase_add_test (tc_chain, test_passthrough);
+ */
return s;
}