Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
03c01590
Commit
03c01590
authored
9 years ago
by
Ben Patterson
Browse files
Options
Downloads
Plain Diff
Merge pull request #8368 from edx/benp/flag-flaky-import-export
Flag test as flaky.
parents
c820ae14
8e37e68c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/studio/test_import_export.py
+3
-0
3 additions, 0 deletions
common/test/acceptance/tests/studio/test_import_export.py
with
3 additions
and
0 deletions
common/test/acceptance/tests/studio/test_import_export.py
+
3
−
0
View file @
03c01590
"""
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment