Commit 74bdef1e by Christina Roberts

Merge pull request #11430 from edx/christina/tnl-4057

Remove flaky decorator from test_cancel_comment_edit
parents ba2c6b79 d8a63fbd
...@@ -3,10 +3,8 @@ Tests for discussion pages ...@@ -3,10 +3,8 @@ Tests for discussion pages
""" """
import datetime import datetime
from unittest import skip
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
...@@ -698,7 +696,6 @@ class DiscussionCommentEditTest(BaseDiscussionTestCase): ...@@ -698,7 +696,6 @@ class DiscussionCommentEditTest(BaseDiscussionTestCase):
self.edit_comment(page, "comment_self_author") self.edit_comment(page, "comment_self_author")
self.edit_comment(page, "comment_other_author") self.edit_comment(page, "comment_other_author")
@flaky # TODO: TNL-4057
def test_cancel_comment_edit(self): def test_cancel_comment_edit(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