mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
tests: player: disable broken test_play_media_info test
Until someone can be bothered to debug + fix it. https://bugzilla.gnome.org/show_bug.cgi?id=787372 https://bugzilla.gnome.org/show_bug.cgi?id=787374
This commit is contained in:
parent
6dd997541c
commit
fd3bb44031
1 changed files with 1 additions and 1 deletions
|
@ -1712,7 +1712,7 @@ player_suite (void)
|
|||
tcase_add_test (tc_general, test_play_audio_video_eos);
|
||||
tcase_add_test (tc_general, test_play_error_invalid_uri);
|
||||
tcase_add_test (tc_general, test_play_error_invalid_uri_and_play);
|
||||
tcase_add_test (tc_general, test_play_media_info);
|
||||
tcase_skip_broken_test (tc_general, test_play_media_info);
|
||||
tcase_add_test (tc_general, test_play_stream_disable);
|
||||
tcase_add_test (tc_general, test_play_stream_switch_audio);
|
||||
tcase_add_test (tc_general, test_play_stream_switch_subtitle);
|
||||
|
|
Loading…
Reference in a new issue