Merge pull request #13417 from edx/bjacobel/flaky-5453
Mark DiscussionResponseEditTest.test_vote_report_endorse_after_edit as flaky
This commit is contained in:
@@ -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
|
||||
@@ -783,6 +784,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.
|
||||
|
||||
Reference in New Issue
Block a user