Commit 1ba360d9 by Ben Patterson

Merge pull request #11629 from edx/benp/TNL-4151-flaky-test

Flag test as flaky. See TNL-4151.
parents 0f66d852 de45c0d3
...@@ -5,6 +5,7 @@ Tests for discussion pages ...@@ -5,6 +5,7 @@ Tests for discussion pages
import datetime import datetime
from uuid import uuid4 from uuid import uuid4
from flaky import flaky
from nose.plugins.attrib import attr from nose.plugins.attrib import attr
from pytz import UTC from pytz import UTC
...@@ -400,6 +401,7 @@ class DiscussionCommentDeletionTest(BaseDiscussionTestCase): ...@@ -400,6 +401,7 @@ class DiscussionCommentDeletionTest(BaseDiscussionTestCase):
) )
view.push() view.push()
@flaky # TODO: TNL-4151
def test_comment_deletion_as_student(self): def test_comment_deletion_as_student(self):
self.setup_user() self.setup_user()
self.setup_view() self.setup_view()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment