Merge pull request #4643 from edx/zoldak/disable-video-handout-tests
Disable video handout tests
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
"""
|
||||
Acceptance tests for CMS Video Handout.
|
||||
"""
|
||||
|
||||
from unittest import skip
|
||||
from .test_studio_video_module import CMSVideoBaseTest
|
||||
|
||||
|
||||
@skip('Failing in master in wait_for_video_component_render BLD-1194')
|
||||
class VideoHandoutTest(CMSVideoBaseTest):
|
||||
"""
|
||||
CMS Video Handout Test Class
|
||||
|
||||
Reference in New Issue
Block a user