Commit 8e37e68c by Ben Patterson

Flag test as flaky. TNL-2386

parent 4f458392
"""
Acceptance tests for the Import and Export pages
"""
from flaky import flaky
from abc import abstractmethod
from bok_choy.promise import EmptyPromise
from datetime import datetime
......@@ -184,6 +186,7 @@ class ImportTestMixin(object):
self.import_page.upload_tarball(self.tarball_name)
self.import_page.wait_for_upload()
@flaky # TODO: fix this. See TNL-2386
def test_import_timestamp(self):
"""
Scenario: I perform a course / library import
......
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