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
5d128f32
Commit
5d128f32
authored
Oct 05, 2016
by
Marko Jevtic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TNL-5709] Mark a test as flaky
parent
c943d42b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/test/acceptance/tests/lms/test_lms_help.py
+3
-0
No files found.
common/test/acceptance/tests/lms/test_lms_help.py
View file @
5d128f32
...
...
@@ -3,6 +3,8 @@ Test Help links in LMS
"""
import
json
from
flaky
import
flaky
from
common.test.acceptance.tests.studio.base_studio_test
import
ContainerBase
from
common.test.acceptance.pages.lms.instructor_dashboard
import
InstructorDashboardPage
from
common.test.acceptance.fixtures
import
LMS_BASE_URL
...
...
@@ -68,6 +70,7 @@ class TestCohortHelp(ContainerBase):
self
.
verify_help_link
(
href
)
@flaky
# TODO fix this, see TNL-5709
def
test_automatic_cohort_help
(
self
):
"""
Scenario: Help in 'What does it mean?' is correct when we create cohort automatically.
...
...
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