Merge pull request #7939 from edx/benp/tnl-1619-flaky

Mark test as flaky. TNL-1619
This commit is contained in:
Ben Patterson
2015-05-06 10:27:34 -04:00

View File

@@ -105,6 +105,7 @@ class VideoTimesTest(VideoBaseTest):
self.assertIn(self.video.position, ('0:15', '0:16'))
@flaky # TODO fix this, see TNL-1619
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.