Commit 03c01590 by Ben Patterson

Merge pull request #8368 from edx/benp/flag-flaky-import-export

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