Commit 74906f24 by Eric Fischer

Marking flaky test

common.test.acceptance.tests.video.test_video_module.YouTubeVideoTest.test_video_component_stores_speed_correctly_for_multiple_videos
is flaky, see for details.
parent 78680678
...@@ -588,6 +588,7 @@ class YouTubeVideoTest(VideoBaseTest): ...@@ -588,6 +588,7 @@ class YouTubeVideoTest(VideoBaseTest):
self.go_to_sequential_position(1) self.go_to_sequential_position(1)
execute_video_steps(tab1_video_names) execute_video_steps(tab1_video_names)
@flaky # TODO: fix this, ticket TNL-3725
def test_video_component_stores_speed_correctly_for_multiple_videos(self): def test_video_component_stores_speed_correctly_for_multiple_videos(self):
""" """
Scenario: Video component stores speed correctly when each video is in separate sequential Scenario: Video component stores speed correctly when each video is in separate sequential
......
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