Commit 1999a726 by Jay Zoldak

Merge pull request #4393 from edx/zoldak/disable-video-lang-test

Disable failing video language test
parents b781013b dc14530a
......@@ -498,6 +498,7 @@ class YouTubeVideoTest(VideoBaseTest):
# menu "download_transcript" doesn't exist
self.assertFalse(self.video.is_menu_exist('download_transcript'))
@skip("Consistently failing on master BLD-1190 Disabled 11 July 2014")
def test_video_language_menu_working(self):
"""
Scenario: Language menu works correctly in Video component
......
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