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
cdbb48b7
Commit
cdbb48b7
authored
Nov 29, 2016
by
J. Cliff Dyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark flaky tests flaky
parent
5492fb9b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
common/lib/xmodule/xmodule/tests/test_capa_module.py
+3
-1
common/test/acceptance/tests/lms/test_progress_page.py
+2
-0
common/test/acceptance/tests/studio/test_import_export.py
+1
-0
No files found.
common/lib/xmodule/xmodule/tests/test_capa_module.py
View file @
cdbb48b7
...
@@ -11,8 +11,9 @@ import random
...
@@ -11,8 +11,9 @@ import random
import
os
import
os
import
textwrap
import
textwrap
import
unittest
import
unittest
import
ddt
import
ddt
import
flaky
from
lxml
import
etree
from
lxml
import
etree
from
mock
import
Mock
,
patch
,
DEFAULT
from
mock
import
Mock
,
patch
,
DEFAULT
import
webob
import
webob
...
@@ -1417,6 +1418,7 @@ class CapaModuleTest(unittest.TestCase):
...
@@ -1417,6 +1418,7 @@ class CapaModuleTest(unittest.TestCase):
RANDOMIZATION
.
ALWAYS
,
RANDOMIZATION
.
ALWAYS
,
RANDOMIZATION
.
ONRESET
RANDOMIZATION
.
ONRESET
)
)
@flaky.flaky
# TNL-6041
def
test_random_seed_with_reset
(
self
,
rerandomize
):
def
test_random_seed_with_reset
(
self
,
rerandomize
):
"""
"""
Run the test for each possible rerandomize value
Run the test for each possible rerandomize value
...
...
common/test/acceptance/tests/lms/test_progress_page.py
View file @
cdbb48b7
...
@@ -5,6 +5,7 @@ progress page.
...
@@ -5,6 +5,7 @@ progress page.
"""
"""
from
contextlib
import
contextmanager
from
contextlib
import
contextmanager
import
ddt
import
ddt
import
flaky
from
nose.plugins.attrib
import
attr
from
nose.plugins.attrib
import
attr
from
..helpers
import
(
from
..helpers
import
(
...
@@ -224,6 +225,7 @@ class PersistentGradesTest(ProgressPageBaseTest):
...
@@ -224,6 +225,7 @@ class PersistentGradesTest(ProgressPageBaseTest):
_change_subsection_structure
,
_change_subsection_structure
,
_change_weight_for_problem
_change_weight_for_problem
)
)
@flaky.flaky
# TNL-6040
def
test_content_changes_do_not_change_score
(
self
,
edit
):
def
test_content_changes_do_not_change_score
(
self
,
edit
):
with
self
.
_logged_in_session
():
with
self
.
_logged_in_session
():
self
.
courseware_page
.
visit
()
self
.
courseware_page
.
visit
()
...
...
common/test/acceptance/tests/studio/test_import_export.py
View file @
cdbb48b7
...
@@ -339,6 +339,7 @@ class TestCourseImport(ImportTestMixin, StudioCourseTest):
...
@@ -339,6 +339,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
# TNL-6042
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
...
...
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