mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: remove custom tcase_skip_broken_test define which is now in core
This commit is contained in:
parent
d4f582edd6
commit
910e497421
1 changed files with 0 additions and 7 deletions
|
@ -961,13 +961,6 @@ GST_START_TEST (test_basetransform_negotiation)
|
|||
|
||||
GST_END_TEST;
|
||||
|
||||
#ifndef tcase_skip_broken_test
|
||||
#define tcase_skip_broken_test(chain,test_func) \
|
||||
if (0) { tcase_add_test(chain,test_func); } else { \
|
||||
GST_ERROR ("FIXME: skipping test %s because it's broken.", G_STRINGIFY (test_func)); \
|
||||
}
|
||||
#endif
|
||||
|
||||
static Suite *
|
||||
videoscale_suite (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue