From 0411af957b7c9385f33119c366fe25eff202bfa1 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 27 Nov 2013 19:45:58 +0200 Subject: [PATCH] tests: redirect.t: Disable tcmag/vimeo test website/vimeo has been marked as "FIXME". Signed-off-by: Toni Gundogdu --- tests/t/redirect.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/t/redirect.t b/tests/t/redirect.t index a2774c4..306d5f5 100644 --- a/tests/t/redirect.t +++ b/tests/t/redirect.t @@ -34,7 +34,7 @@ my $q = Test::Quvi->new; plan skip_all => "TEST_SKIP rule" if $q->test_skip("redirect"); -plan tests => 14; +plan tests => 12; my $j = $q->get_json_obj; @@ -48,10 +48,10 @@ test_redirect_url( # Test self.redirect_url in ted.lua "data/resolve/redirect_url_ted.json" ); -test_redirect_url( # Test (one of three) self.redirect_url in tcmag.lua - "http://www.tcmag.com/magazine/traffic_in_ho_chi_minh_city_time_lapse/", - "data/resolve/redirect_url_tcmag.json" - ); +#test_redirect_url( # Test (one of three) self.redirect_url in tcmag.lua +# "http://www.tcmag.com/magazine/traffic_in_ho_chi_minh_city_time_lapse/", +# "data/resolve/redirect_url_tcmag.json" +# ); test_redirect_url( # Test self.redirect_url in bikeradar.lua "http://www.bikeradar.com/videos/giant-defy-advanced-2-road-bike-of-the-year-2013-winner-Vy3za54p50D2U?side=choice", -- 2.11.4.GIT