From 761699bf7472e4588cff6dc8126c78ac2232a8f4 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 26 Nov 2013 14:01:58 -0500 Subject: [PATCH] Disabled another video test that failed in master --- cms/djangoapps/contentstore/features/video.feature | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/cms/djangoapps/contentstore/features/video.feature b/cms/djangoapps/contentstore/features/video.feature index 63d19f9fba..9f08e98f0d 100644 --- a/cms/djangoapps/contentstore/features/video.feature +++ b/cms/djangoapps/contentstore/features/video.feature @@ -64,12 +64,13 @@ Feature: CMS.Video Component # Then Captions are "visible" # 9 - Scenario: Closed captions are invisible when mouse doesn't hover on CC button - Given I have created a Video component with subtitles - And Make sure captions are closed - Then Captions become "invisible" - And I hover over button "volume" - Then Captions are "invisible" + # Disabled 11/26 due to flakiness in master + #Scenario: Closed captions are invisible when mouse doesn't hover on CC button + # Given I have created a Video component with subtitles + # And Make sure captions are closed + # Then Captions become "invisible" + # And I hover over button "volume" + # Then Captions are "invisible" # 10 # Disabled 11/26 due to flakiness in master