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
81ab0d81
Commit
81ab0d81
authored
Feb 15, 2017
by
Christina Roberts
Committed by
GitHub
Feb 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14524 from edx/christina/flaky-import-tests
Update flaky decorators related to file upload.
parents
1bd30cff
76ee6128
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
common/test/acceptance/tests/studio/test_import_export.py
+4
-3
No files found.
common/test/acceptance/tests/studio/test_import_export.py
View file @
81ab0d81
...
@@ -101,6 +101,7 @@ class ImportTestMixin(object):
...
@@ -101,6 +101,7 @@ class ImportTestMixin(object):
"""
"""
return
[]
return
[]
@flaky
# TODO fix this, see PLAT-1186
def
test_upload
(
self
):
def
test_upload
(
self
):
"""
"""
Scenario: I want to upload a course or library for import.
Scenario: I want to upload a course or library for import.
...
@@ -211,7 +212,7 @@ class TestEntranceExamCourseImport(ImportTestMixin, StudioCourseTest):
...
@@ -211,7 +212,7 @@ class TestEntranceExamCourseImport(ImportTestMixin, StudioCourseTest):
def
page_args
(
self
):
def
page_args
(
self
):
return
[
self
.
browser
,
self
.
course_info
[
'org'
],
self
.
course_info
[
'number'
],
self
.
course_info
[
'run'
]]
return
[
self
.
browser
,
self
.
course_info
[
'org'
],
self
.
course_info
[
'number'
],
self
.
course_info
[
'run'
]]
@flaky
# TODO fix this, see
TNL-6009
@flaky
# TODO fix this, see
PLAT-1186
def
test_course_updated_with_entrance_exam
(
self
):
def
test_course_updated_with_entrance_exam
(
self
):
"""
"""
Given that I visit an empty course before import
Given that I visit an empty course before import
...
@@ -258,7 +259,7 @@ class TestCourseImport(ImportTestMixin, StudioCourseTest):
...
@@ -258,7 +259,7 @@ class TestCourseImport(ImportTestMixin, StudioCourseTest):
def
page_args
(
self
):
def
page_args
(
self
):
return
[
self
.
browser
,
self
.
course_info
[
'org'
],
self
.
course_info
[
'number'
],
self
.
course_info
[
'run'
]]
return
[
self
.
browser
,
self
.
course_info
[
'org'
],
self
.
course_info
[
'number'
],
self
.
course_info
[
'run'
]]
@flaky
# T
NL-6042
@flaky
# T
ODO fix this, see PLAT-1186
def
test_course_updated
(
self
):
def
test_course_updated
(
self
):
"""
"""
Given that I visit an empty course before import
Given that I visit an empty course before import
...
@@ -329,7 +330,7 @@ class TestLibraryImport(ImportTestMixin, StudioLibraryTest):
...
@@ -329,7 +330,7 @@ class TestLibraryImport(ImportTestMixin, StudioLibraryTest):
def
page_args
(
self
):
def
page_args
(
self
):
return
[
self
.
browser
,
self
.
library_key
]
return
[
self
.
browser
,
self
.
library_key
]
@flaky
# TODO
: SOL-430
@flaky
# TODO
fix this, see PLAT-1186
def
test_library_updated
(
self
):
def
test_library_updated
(
self
):
"""
"""
Given that I visit an empty library
Given that I visit an empty library
...
...
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