Commit d148868b by Brian Jacobel

Mark DiscussionResponseEditTest.test_vote_report_endorse_after_edit as flaky

parent 91c1049b
......@@ -7,6 +7,7 @@ from uuid import uuid4
from nose.plugins.attrib import attr
from pytz import UTC
from flaky import flaky
from common.test.acceptance.tests.discussion.helpers import BaseDiscussionTestCase
from common.test.acceptance.tests.helpers import UniqueCourseTest
......@@ -787,6 +788,7 @@ class DiscussionResponseEditTest(BaseDiscussionTestCase):
self.edit_response(page, "response_self_author")
self.edit_response(page, "response_other_author")
@flaky # TODO fix this, see TNL-5453
def test_vote_report_endorse_after_edit(self):
"""
Scenario: Moderator should be able to vote, report or endorse after editing the response.
......
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