diff --git a/common/test/acceptance/tests/video/test_video_times.py b/common/test/acceptance/tests/video/test_video_times.py index 22d8fbf4d5..2d60be6442 100644 --- a/common/test/acceptance/tests/video/test_video_times.py +++ b/common/test/acceptance/tests/video/test_video_times.py @@ -33,6 +33,7 @@ class VideoTimesTest(VideoBaseTest): self.assertGreaterEqual(int(self.video.position.split(':')[1]), 10) + @skip("Intermittently fails 1 Oct 2014") def test_video_end_time_with_default_start_time(self): """ Scenario: End time works for Youtube video if starts playing from beginning.