Merge pull request #10024 from edx/benp/tnl-3492-flaky-test

Flag test as flaky. See TNL-3492.
This commit is contained in:
Ben Patterson
2015-10-02 14:10:26 -04:00

View File

@@ -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.