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

Merge pull request #3976 from edx/zoldak/skip-video-finish-time-test

Skip intermittently failing video test
parents 74c482d6 32ed4e99
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment