Skip to content
Snippets Groups Projects
Commit f3498c5d authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

Skip test_edit_course_wiki

parent 27b2b0e9
No related merge requests found
......@@ -9,7 +9,6 @@ from unittest import skip
import pytz
from bok_choy.promise import EmptyPromise
from flaky import flaky
from nose.plugins.attrib import attr
from common.test.acceptance.fixtures.course import CourseFixture, CourseUpdateDesc, XBlockFixtureDesc
......@@ -564,7 +563,7 @@ class CourseWikiTest(UniqueCourseTest):
self.course_wiki_edit_page.wait_for_page()
@attr(shard=1)
@flaky # EDUCATOR-511
@skip # EDUCATOR-511
def test_edit_course_wiki(self):
"""
Wiki page by default is editable for students.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment