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