From eacf25673ae4a75eb6d458a3d35ba087d09ff95e Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 5 May 2015 19:37:55 -0400 Subject: [PATCH] Mark test as flaky. TNL-1619 --- common/test/acceptance/tests/video/test_video_times.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/test/acceptance/tests/video/test_video_times.py b/common/test/acceptance/tests/video/test_video_times.py index 4c6b76bb32..7a09e0171b 100644 --- a/common/test/acceptance/tests/video/test_video_times.py +++ b/common/test/acceptance/tests/video/test_video_times.py @@ -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.