Skip to content
Snippets Groups Projects
Commit d4afacb9 authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Remove test_bad_import

parent 92d019e4
No related branches found
No related tags found
No related merge requests found
......@@ -161,18 +161,6 @@ class ImportTestMixin(object):
"""
return []
def test_bad_import(self):
"""
Scenario: I should see a failed checklist when uploading an invalid course or library
Given that I am on an import page
And I upload a tarball with a broken XML file
The tasks should be confirmed up until the 'Updating' task
And the 'Updating' task should be marked failed
And the remaining tasks should not be marked as started
"""
self.import_page.upload_tarball(self.bad_tarball_name)
self.import_page.wait_for_tasks(fail_on='Updating')
@attr(shard=7)
class TestEntranceExamCourseImport(ImportTestMixin, StudioCourseTest):
......
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