From ecdba7301af6eab7b7f8fe87f5d224331bec07de Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Fri, 2 Oct 2015 13:21:26 -0400 Subject: [PATCH] Flag test as flaky. See TNL-3492. --- common/test/acceptance/tests/lms/test_learner_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/test/acceptance/tests/lms/test_learner_profile.py b/common/test/acceptance/tests/lms/test_learner_profile.py index 5b22856a6c..22b78d2265 100644 --- a/common/test/acceptance/tests/lms/test_learner_profile.py +++ b/common/test/acceptance/tests/lms/test_learner_profile.py @@ -529,6 +529,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest): } }) + @flaky # TODO: fix TNL-3492 def test_user_can_see_error_for_file_size_below_the_min_limit(self): """ Scenario: Upload profile image does not work for < 100 Bytes image file.