Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
03c01590
Commit
03c01590
authored
Jun 05, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8368 from edx/benp/flag-flaky-import-export
Flag test as flaky.
parents
c820ae14
8e37e68c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/test/acceptance/tests/studio/test_import_export.py
+3
-0
No files found.
common/test/acceptance/tests/studio/test_import_export.py
View file @
03c01590
"""
"""
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment