summaryrefslogtreecommitdiff
path: root/plparse/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-04-15 15:10:58 +0200
committerBastien Nocera <hadess@hadess.net>2016-04-15 15:49:41 +0200
commit150a2f0356c8ee9d91ac012090e66490c39fd36b (patch)
tree9bece394aa22811b0dfb60223a58437cbc36ae99 /plparse/tests
parentec5d412404739bfb10fba531dbb55492562c0091 (diff)
downloadtotem-pl-parser-150a2f0356c8ee9d91ac012090e66490c39fd36b.tar.gz
tests: Disable broken test_parsing_404_error
Diffstat (limited to 'plparse/tests')
-rw-r--r--plparse/tests/parser.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plparse/tests/parser.c b/plparse/tests/parser.c
index 26a518c..fe20917 100644
--- a/plparse/tests/parser.c
+++ b/plparse/tests/parser.c
@@ -825,6 +825,7 @@ test_parsing_num_entries (void)
g_assert_cmpint (num, ==, 19);
}
+/*
static void
test_parsing_404_error (void)
{
@@ -836,6 +837,7 @@ test_parsing_404_error (void)
g_test_bug ("158052");
g_assert_cmpint (simple_parser_test ("http://live.hujjat.org:7860/main"), ==, TOTEM_PL_PARSER_RESULT_UNHANDLED);
}
+*/
static void
test_parsing_3gpp_not_ignored (void)
@@ -1287,7 +1289,8 @@ main (int argc, char *argv[])
g_test_add_func ("/parser/parsing/hadess", test_parsing_hadess);
g_test_add_func ("/parser/parsing/nonexistent_files", test_parsing_nonexistent_files);
g_test_add_func ("/parser/parsing/broken_asx", test_parsing_broken_asx);
- g_test_add_func ("/parser/parsing/404_error", test_parsing_404_error);
+ /* Disabled, as the host is unavailable most of the time
+ * g_test_add_func ("/parser/parsing/404_error", test_parsing_404_error); */
g_test_add_func ("/parser/parsing/3gpp_not_ignored", test_parsing_3gpp_not_ignored);
g_test_add_func ("/parser/parsing/parsing_ts_not_ignored", test_parsing_ts_not_ignored);
g_test_add_func ("/parser/parsing/mp4_is_flv", test_parsing_mp4_is_flv);