From 758d2f4e3b849bc43c4392f6563246e5f1236062 Mon Sep 17 00:00:00 2001 From: cahrens Date: Fri, 6 Mar 2015 09:48:05 -0500 Subject: [PATCH] Add flaky decorator. Related to 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 4ea46598e7..26c949ff72 100644 --- a/common/test/acceptance/tests/video/test_video_times.py +++ b/common/test/acceptance/tests/video/test_video_times.py @@ -161,6 +161,7 @@ class VideoTimesTest(VideoBaseTest): self.assertIn(self.video.position, ('0:35', '0:36')) + @flaky # TODO fix this, see TNL-1619 def test_video_finish_time_with_seek(self): """ Scenario: Finish Time works for Youtube video.