From 76517de87d1a38753619b27fb5f787892d533512 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Mon, 15 Sep 2014 12:23:47 -0400 Subject: [PATCH] Disable intermittently failing annotation acceptance test TNL-353 --- .../courseware/features/annotatable.feature | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/lms/djangoapps/courseware/features/annotatable.feature b/lms/djangoapps/courseware/features/annotatable.feature index d3f6854fce..57091b1d2d 100644 --- a/lms/djangoapps/courseware/features/annotatable.feature +++ b/lms/djangoapps/courseware/features/annotatable.feature @@ -8,19 +8,21 @@ Feature: LMS.Annotatable Component Then the annotatable component has rendered And the annotatable component has 2 highlighted passages - Scenario: An Annotatable component links to annonation problems in the LMS - Given that a course has an annotatable component with 2 annotations - And the course has 2 annotatation problems - When I view the annotatable component - And I click "Reply to annotation" on passage - Then I am scrolled to that annotation problem - When I answer that annotation problem - Then I receive feedback on that annotation problem - When I click "Return to annotation" on that problem - Then I am scrolled to the annotatable component - - Examples: - | problem | - | 0 | - | 1 | - +# Disabling due to frequent intermittent failures. TNL-353 +# This features's acceptance tests should be rewritten in bok-choy, rather than fixed here. +# +# Scenario: An Annotatable component links to annonation problems in the LMS +# Given that a course has an annotatable component with 2 annotations +# And the course has 2 annotatation problems +# When I view the annotatable component +# And I click "Reply to annotation" on passage +# Then I am scrolled to that annotation problem +# When I answer that annotation problem +# Then I receive feedback on that annotation problem +# When I click "Return to annotation" on that problem +# Then I am scrolled to the annotatable component +# +# Examples: +# | problem | +# | 0 | +# | 1 |