Add @flaky
This commit is contained in:
@@ -3,10 +3,12 @@ Tests for discussion pages
|
||||
"""
|
||||
|
||||
import datetime
|
||||
from pytz import UTC
|
||||
from unittest import skip
|
||||
from uuid import uuid4
|
||||
|
||||
from flaky import flaky
|
||||
from nose.plugins.attrib import attr
|
||||
from pytz import UTC
|
||||
|
||||
from .helpers import BaseDiscussionTestCase
|
||||
from ..helpers import UniqueCourseTest
|
||||
@@ -557,6 +559,7 @@ class DiscussionCommentEditTest(BaseDiscussionTestCase):
|
||||
self.edit_comment(page, "comment_self_author")
|
||||
self.edit_comment(page, "comment_other_author")
|
||||
|
||||
@flaky # TODO: TNL-4057
|
||||
def test_cancel_comment_edit(self):
|
||||
self.setup_user()
|
||||
self.setup_view()
|
||||
|
||||
Reference in New Issue
Block a user