diff --git a/common/test/acceptance/tests/video/test_video_times.py b/common/test/acceptance/tests/video/test_video_times.py index 810b042bd4..4ea46598e7 100644 --- a/common/test/acceptance/tests/video/test_video_times.py +++ b/common/test/acceptance/tests/video/test_video_times.py @@ -1,7 +1,7 @@ """ Acceptance tests for Video Times(Start, End and Finish) functionality. """ - +from flaky import flaky from .test_video_module import VideoBaseTest @@ -54,6 +54,7 @@ class VideoTimesTest(VideoBaseTest): self.assertIn(self.video.position, ('0:05', '0:06')) + @flaky # TODO fix this, see TNL-1619 def test_video_end_time_wo_default_start_time(self): """ Scenario: End time works for Youtube video if starts playing from between.