From 0e17252476f4b6853bc33584b47df93cdd34b73b Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 28 Oct 2013 13:21:32 -0400 Subject: [PATCH] Disable problem editor test --- .../features/problem-editor.feature | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cms/djangoapps/contentstore/features/problem-editor.feature b/cms/djangoapps/contentstore/features/problem-editor.feature index f3b75ebf7e..2ae12fe51a 100644 --- a/cms/djangoapps/contentstore/features/problem-editor.feature +++ b/cms/djangoapps/contentstore/features/problem-editor.feature @@ -90,12 +90,12 @@ Feature: CMS.Problem Editor Then my change to the High Level Source is persisted And when I view the High Level Source I see my changes - Scenario: Exceptions don't cause problem to be uneditable (bug STUD-786) - Given I have an empty course - And I go to the import page - And I import the file "get_html_exception_test.tar.gz" - When I go to the unit "Probability and BMI" - And I click on "edit a draft" - Then I see a message that says "We're having trouble rendering your component" - And I can edit the problem - + # Disabled 10/28/13 due to flakiness observed in master + # Scenario: Exceptions don't cause problem to be uneditable (bug STUD-786) + #Given I have an empty course + #And I go to the import page + #And I import the file "get_html_exception_test.tar.gz" + #When I go to the unit "Probability and BMI" + #And I click on "edit a draft" + #Then I see a message that says "We're having trouble rendering your component" + #And I can edit the problem