mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tests: disable assrender unit test
Doesn't work, needs fixing.
This commit is contained in:
parent
cc8bd6af0b
commit
167d44a978
1 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@ assrender_suite (void)
|
|||
tcase_set_timeout (tc_chain, 120);
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
tcase_add_test (tc_chain, test_assrender_basic_xRGB);
|
||||
tcase_add_test (tc_chain, test_assrender_basic_I420);
|
||||
tcase_skip_broken_test (tc_chain, test_assrender_basic_xRGB);
|
||||
tcase_skip_broken_test (tc_chain, test_assrender_basic_I420);
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue