diff --git a/lms/djangoapps/courseware/features/problems.feature b/lms/djangoapps/courseware/features/problems.feature index 1faea5eba9..b1e0359f62 100644 --- a/lms/djangoapps/courseware/features/problems.feature +++ b/lms/djangoapps/courseware/features/problems.feature @@ -119,7 +119,8 @@ Feature: LMS.Answer problems #| string | incorrect | never | | numerical | incorrect | never | | formula | incorrect | never | - | script | incorrect | never | + # TE-572 failing intermittently + #| script | incorrect | never | | radio_text | incorrect | never | | checkbox_text | incorrect | never | | image | incorrect | never |