From 29e1c49d6ae7a735284846152e0d8fcf7dd3fcd3 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 1 Sep 2015 18:12:22 -0400 Subject: [PATCH] TE-572 disable flaky test. This test has become unreliable. More info can be found in the JIRA ticket. --- lms/djangoapps/courseware/features/problems.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/features/problems.feature b/lms/djangoapps/courseware/features/problems.feature index 58c0e90040..d41edcc613 100644 --- a/lms/djangoapps/courseware/features/problems.feature +++ b/lms/djangoapps/courseware/features/problems.feature @@ -115,7 +115,8 @@ Feature: LMS.Answer problems | drop down | incorrect | never | | multiple choice | incorrect | never | | checkbox | incorrect | never | - | radio | incorrect | never | + # TE-572 + #| radio | incorrect | never | #| string | incorrect | never | | numerical | incorrect | never | | formula | incorrect | never |