summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-05 19:37:06 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-05 19:37:52 +0000
commitfd3bb4403164d3ef03759401e9fbd4661c636ca0 (patch)
tree953cb2265c9699a86d728614fb981675e50bf754
parent6dd997541c15d877d4ca46ba23f0234958c9c6c8 (diff)
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
-rw-r--r--tests/check/libs/player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/player.c b/tests/check/libs/player.c
index 511ab1384..8916ea39b 100644
--- a/tests/check/libs/player.c
+++ b/tests/check/libs/player.c
@@ -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);