diff --git a/cms/djangoapps/contentstore/features/html-editor.feature b/cms/djangoapps/contentstore/features/html-editor.feature
index df44d06420df8087f8b1808e60a45bb254137295..67e39e1531c1d4a9bf3beaeb31fb10900c619a84 100644
--- a/cms/djangoapps/contentstore/features/html-editor.feature
+++ b/cms/djangoapps/contentstore/features/html-editor.feature
@@ -105,26 +105,28 @@ Feature: CMS.HTML Editor
       <li>zzzz<ol>
       """
 
-  Scenario: Can switch from Visual Editor to Raw
-    Given I have created a Blank HTML Page
-    When I edit the component and select the Raw Editor
-    And I save the page
-    When I edit the page
-    And type "fancy html" into the Raw Editor
-    And I save the page
-    Then the page text contains:
-      """
-      fancy html
-      """
+# Skipping in master due to brittleness JZ 05/22/2014
+#  Scenario: Can switch from Visual Editor to Raw
+#    Given I have created a Blank HTML Page
+#    When I edit the component and select the Raw Editor
+#    And I save the page
+#    When I edit the page
+#    And type "fancy html" into the Raw Editor
+#    And I save the page
+#    Then the page text contains:
+#      """
+#      fancy html
+#      """
 
-  Scenario: Can switch from Raw Editor to Visual
-    Given I have created a raw HTML component
-    And I edit the component and select the Visual Editor
-    And I save the page
-    When I edit the page
-    And type "less fancy html" in the code editor and press OK
-    And I save the page
-    Then the page text contains:
-      """
-      less fancy html
-      """
+# Skipping in master due to brittleness JZ 05/22/2014
+#  Scenario: Can switch from Raw Editor to Visual
+#    Given I have created a raw HTML component
+#    And I edit the component and select the Visual Editor
+#    And I save the page
+#    When I edit the page
+#    And type "less fancy html" in the code editor and press OK
+#    And I save the page
+#    Then the page text contains:
+#      """
+#      less fancy html
+#      """