Commit 32ed4e99 by Jay Zoldak

Skip intermittently failing video test

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