From d642b6ad670fd559de0122db97e02009e13b07f8 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Mon, 22 Aug 2016 14:05:57 -0400 Subject: [PATCH] Comment out flaky lettuce test. TNL-5315 --- lms/djangoapps/courseware/features/navigation.feature | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lms/djangoapps/courseware/features/navigation.feature b/lms/djangoapps/courseware/features/navigation.feature index 4c7320d7e5..1f40f8ee5e 100644 --- a/lms/djangoapps/courseware/features/navigation.feature +++ b/lms/djangoapps/courseware/features/navigation.feature @@ -4,10 +4,11 @@ Feature: LMS.Navigate Course In order to access courseware I want to be able to navigate through the content - Scenario: I can navigate to a section - Given I am viewing a course with multiple sections - When I navigate to a section - Then I see the content of the section +# This scenario is flaky: See TNL-5315 +# Scenario: I can navigate to a section +# Given I am viewing a course with multiple sections +# When I navigate to a section +# Then I see the content of the section Scenario: I can navigate to subsections Given I am viewing a section with multiple subsections