Skip to content
Snippets Groups Projects
Commit 32ed4e99 authored by Jay Zoldak's avatar Jay Zoldak
Browse files

Skip intermittently failing video test

parent 8ab61567
No related merge requests found
......@@ -3,6 +3,7 @@ Acceptance tests for Video Times(Start, End and Finish) functionality.
"""
from .test_video_module import VideoBaseTest
from unittest import skip
class VideoTimesTest(VideoBaseTest):
......@@ -104,6 +105,7 @@ class VideoTimesTest(VideoBaseTest):
self.assertEqual(self.video.position(), '0:12')
@skip("Intermittently fails 03 June 2014")
def test_video_end_time_and_finish_time(self):
"""
Scenario: Youtube video works after pausing at end time and then plays again from End Time to the end.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment