Add flaky decorator.

Related to TNL-1619.
This commit is contained in:
cahrens
2015-03-06 09:48:05 -05:00
parent 1cc7178ba3
commit 758d2f4e3b

View File

@@ -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.