From 4906bde0561599efc86ba80517bf9f74f08f6dcc Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Fri, 22 Jul 2016 09:11:55 -0400 Subject: [PATCH] Comment out flaky lettuce test TNL-5051 --- .../features/course-updates.feature | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/cms/djangoapps/contentstore/features/course-updates.feature b/cms/djangoapps/contentstore/features/course-updates.feature index 2ce59f56b8..79d6445194 100644 --- a/cms/djangoapps/contentstore/features/course-updates.feature +++ b/cms/djangoapps/contentstore/features/course-updates.feature @@ -59,16 +59,17 @@ Feature: CMS.Course updates And when I reload the page Then I should see the update "before middle after" - Scenario: Static links are rewritten when previewing a course update - Given I have opened a new course in Studio - And I go to the course updates page - When I add a new update with the text "" - # Can only do partial text matches because of the quotes with in quotes (and regexp step matching). - Then I should see the asset update to "my_img.jpg" - And I change the update from "/static/my_img.jpg" to "" - Then I should see the asset update to "modified.jpg" - And when I reload the page - Then I should see the asset update to "modified.jpg" +# Commenting out as flaky TNL-5051 07/22/2016 +# Scenario: Static links are rewritten when previewing a course update +# Given I have opened a new course in Studio +# And I go to the course updates page +# When I add a new update with the text "" +# # Can only do partial text matches because of the quotes with in quotes (and regexp step matching). +# Then I should see the asset update to "my_img.jpg" +# And I change the update from "/static/my_img.jpg" to "" +# Then I should see the asset update to "modified.jpg" +# And when I reload the page +# Then I should see the asset update to "modified.jpg" Scenario: Static links are rewritten when previewing handouts Given I have opened a new course in Studio