mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
tests/check/pipelines/oggmux.c: Disable test that fails at the moment (killed after timeout).
Original commit message from CVS: * tests/check/pipelines/oggmux.c: (oggmux_suite): Disable test that fails at the moment (killed after timeout).
This commit is contained in:
parent
c9b637db91
commit
0c8f9e5c9c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/pipelines/oggmux.c: (oggmux_suite):
|
||||
Disable test that fails at the moment (killed after timeout).
|
||||
|
||||
2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: James Livingston <doclivingston at gmail.com>
|
||||
|
|
|
@ -317,7 +317,8 @@ oggmux_suite (void)
|
|||
#endif
|
||||
|
||||
#if (defined (HAVE_THEORA) && defined (HAVE_VORBIS))
|
||||
tcase_add_test (tc_chain, test_vorbis_theora);
|
||||
/* THIS TEST FAILS AT THE MOMENT (KILLED AFTER TIMEOUT): */
|
||||
/* tcase_add_test (tc_chain, test_vorbis_theora); */
|
||||
tcase_add_test (tc_chain, test_theora_vorbis);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue