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
876cb596
Commit
876cb596
authored
Nov 30, 2016
by
Cliff Dyer
Committed by
GitHub
Nov 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14065 from edx/cdyer/flakies-2016-11-29
Mark flaky tests flaky
parents
73c30669
cdbb48b7
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 @
876cb596
...
...
@@ -11,8 +11,9 @@ import random
import
os
import
textwrap
import
unittest
import
ddt
import
ddt
import
flaky
from
lxml
import
etree
from
mock
import
Mock
,
patch
,
DEFAULT
import
webob
...
...
@@ -1417,6 +1418,7 @@ class CapaModuleTest(unittest.TestCase):
RANDOMIZATION
.
ALWAYS
,
RANDOMIZATION
.
ONRESET
)
@flaky.flaky
# TNL-6041
def
test_random_seed_with_reset
(
self
,
rerandomize
):
"""
Run the test for each possible rerandomize value
...
...
common/test/acceptance/tests/lms/test_progress_page.py
View file @
876cb596
...
...
@@ -5,6 +5,7 @@ progress page.
"""
from
contextlib
import
contextmanager
import
ddt
import
flaky
from
nose.plugins.attrib
import
attr
from
..helpers
import
(
...
...
@@ -224,6 +225,7 @@ class PersistentGradesTest(ProgressPageBaseTest):
_change_subsection_structure
,
_change_weight_for_problem
)
@flaky.flaky
# TNL-6040
def
test_content_changes_do_not_change_score
(
self
,
edit
):
with
self
.
_logged_in_session
():
self
.
courseware_page
.
visit
()
...
...
common/test/acceptance/tests/studio/test_import_export.py
View file @
876cb596
...
...
@@ -339,6 +339,7 @@ class TestCourseImport(ImportTestMixin, StudioCourseTest):
def
page_args
(
self
):
return
[
self
.
browser
,
self
.
course_info
[
'org'
],
self
.
course_info
[
'number'
],
self
.
course_info
[
'run'
]]
@flaky
# TNL-6042
def
test_course_updated
(
self
):
"""
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