From 8aa208e80d013ce0a49f8d8c8eb33b34ecf6d482 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 21 Jan 2014 15:01:36 -0500 Subject: [PATCH] Disabled latex acceptance test --- .../contentstore/features/component.feature | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/cms/djangoapps/contentstore/features/component.feature b/cms/djangoapps/contentstore/features/component.feature index 285f7bcb0d..59238e3986 100644 --- a/cms/djangoapps/contentstore/features/component.feature +++ b/cms/djangoapps/contentstore/features/component.feature @@ -73,18 +73,19 @@ Feature: CMS.Component Adding | Problem with Adaptive Hint | - Scenario: I can add Advanced Latex Problem components - Given I am in Studio editing a new unit - Given I have enabled latex compiler - When I add a "" "Advanced Problem" component - Then I see a "" Problem component - # Flush out the database before the next example executes - And I reset the database +# Disabled 1/21/14 due to flakiness seen in master +# Scenario: I can add Advanced Latex Problem components +# Given I am in Studio editing a new unit +# Given I have enabled latex compiler +# When I add a "" "Advanced Problem" component +# Then I see a "" Problem component +# # Flush out the database before the next example executes +# And I reset the database - Examples: - | Component | - | Problem Written in LaTeX | - | Problem with Adaptive Hint in Latex | +# Examples: +# | Component | +# | Problem Written in LaTeX | +# | Problem with Adaptive Hint in Latex | Scenario: I see a prompt on delete Given I am in Studio editing a new unit