mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
check: Disable failing test
Test hasn't been properly fixed for several years with modern libsoup, and it only for the legacy adaptive demuxer. Fixes #3783 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7454>
This commit is contained in:
parent
ecb685e2ca
commit
81e7bde67c
1 changed files with 10 additions and 0 deletions
|
@ -5999,6 +5999,12 @@ GST_START_TEST (dash_mpdparser_maximum_segment_duration)
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/*
|
||||||
|
* Test disabled due to failures with recent libsoup
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Test parsing of Perioud using @xlink:href attribute
|
* Test parsing of Perioud using @xlink:href attribute
|
||||||
*/
|
*/
|
||||||
|
@ -6103,6 +6109,7 @@ GST_START_TEST (dash_mpdparser_xlink_period)
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Test parsing xsd:datetime with timezoneoffset.
|
* Test parsing xsd:datetime with timezoneoffset.
|
||||||
|
@ -6658,8 +6665,11 @@ dash_suite (void)
|
||||||
tcase_add_test (tc_simpleMPD, dash_mpdparser_various_duration_formats);
|
tcase_add_test (tc_simpleMPD, dash_mpdparser_various_duration_formats);
|
||||||
tcase_add_test (tc_simpleMPD, dash_mpdparser_default_presentation_delay);
|
tcase_add_test (tc_simpleMPD, dash_mpdparser_default_presentation_delay);
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/* Test disabled due to failure with libsoup */
|
||||||
/* tests checking xlink attributes */
|
/* tests checking xlink attributes */
|
||||||
tcase_add_test (tc_simpleMPD, dash_mpdparser_xlink_period);
|
tcase_add_test (tc_simpleMPD, dash_mpdparser_xlink_period);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* tests checking the MPD management
|
/* tests checking the MPD management
|
||||||
* (eg. setting active streams, obtaining attributes values)
|
* (eg. setting active streams, obtaining attributes values)
|
||||||
|
|
Loading…
Reference in a new issue