Commit a1eb44d9 by Jesse Zoldak

skip intermittently failing test TNL-392

parent 78ed5c2c
......@@ -4,7 +4,7 @@
Acceptance tests for CMS Video Module.
"""
from nose.plugins.attrib import attr
from unittest import skipIf
from unittest import skipIf, skip
from ...pages.studio.auto_auth import AutoAuthPage
from ...pages.studio.overview import CourseOutlinePage
from ...pages.studio.video.video import VideoComponentPage
......@@ -227,6 +227,7 @@ class CMSVideoTest(CMSVideoBaseTest):
self.assertFalse(self.video.is_captions_visible())
@skip('TNL-392')
def test_video_controls_shown_correctly(self):
"""
Scenario: Video controls for all videos show correctly
......
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