From a16f0b2fe0f8f4c384519c6d62b0df7f22159591 Mon Sep 17 00:00:00 2001 From: Ari Rizzitano Date: Mon, 17 Jul 2017 11:39:27 -0400 Subject: [PATCH] test_problem_type_a11y is flaky --- common/test/acceptance/tests/lms/test_problem_types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/test/acceptance/tests/lms/test_problem_types.py b/common/test/acceptance/tests/lms/test_problem_types.py index bea14adae7..8c7d0e92d2 100644 --- a/common/test/acceptance/tests/lms/test_problem_types.py +++ b/common/test/acceptance/tests/lms/test_problem_types.py @@ -6,6 +6,7 @@ See also lettuce tests in lms/djangoapps/courseware/features/problems.feature import random import textwrap from abc import ABCMeta, abstractmethod +from flaky import flaky import ddt from nose import SkipTest @@ -143,6 +144,7 @@ class ProblemTypeA11yTestMixin(object): Shared a11y tests for all problem types. """ @attr('a11y') + @flaky # TE-2179 def test_problem_type_a11y(self): """ Run accessibility audit for the problem type.