mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: Enable avdemux_ape test again, it works now
https://bugzilla.gnome.org/show_bug.cgi?id=684684
This commit is contained in:
parent
ae946bab1c
commit
15a9e62abd
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ avdemux_ape_suite (void)
|
|||
TCase *tc_chain = tcase_create ("general");
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
tcase_skip_broken_test (tc_chain, test_tag_caching);
|
||||
tcase_add_test (tc_chain, test_tag_caching);
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue