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
fd6d1350
Commit
fd6d1350
authored
Mar 13, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decorate flaky test
parent
4e454cca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common/test/acceptance/tests/lms/test_lms.py
+2
-0
No files found.
common/test/acceptance/tests/lms/test_lms.py
View file @
fd6d1350
...
...
@@ -3,6 +3,7 @@
End-to-end tests for the LMS.
"""
from
flaky
import
flaky
from
textwrap
import
dedent
from
unittest
import
skip
from
nose.plugins.attrib
import
attr
...
...
@@ -85,6 +86,7 @@ class LoginFromCombinedPageTest(UniqueCourseTest):
self
.
login_page
.
visit
()
.
toggle_form
()
self
.
assertEqual
(
self
.
login_page
.
current_form
,
"register"
)
@flaky
# TODO fix this, see ECOM-1165
def
test_password_reset_success
(
self
):
# Create a user account
email
,
password
=
self
.
_create_unique_user
()
# pylint: disable=unused-variable
...
...
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