Commit eacf2567 by Ben Patterson

Mark test as flaky. TNL-1619

parent 7d9ac7da
...@@ -105,6 +105,7 @@ class VideoTimesTest(VideoBaseTest): ...@@ -105,6 +105,7 @@ class VideoTimesTest(VideoBaseTest):
self.assertIn(self.video.position, ('0:15', '0:16')) 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): 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