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
ed13815b
Commit
ed13815b
authored
Oct 02, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TNL-3489. Flag test as flaky.
See ticket for details.
parent
c67bcaef
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_teams.py
+2
-0
No files found.
common/test/acceptance/tests/lms/test_teams.py
View file @
ed13815b
...
@@ -7,6 +7,7 @@ import time
...
@@ -7,6 +7,7 @@ import time
from
dateutil.parser
import
parse
from
dateutil.parser
import
parse
import
ddt
import
ddt
from
flaky
import
flaky
from
nose.plugins.attrib
import
attr
from
nose.plugins.attrib
import
attr
from
selenium.common.exceptions
import
TimeoutException
from
selenium.common.exceptions
import
TimeoutException
from
uuid
import
uuid4
from
uuid
import
uuid4
...
@@ -812,6 +813,7 @@ class BrowseTeamsWithinTopicTest(TeamsTabBase):
...
@@ -812,6 +813,7 @@ class BrowseTeamsWithinTopicTest(TeamsTabBase):
self
.
browse_teams_page
.
click_browse_all_teams_link
()
self
.
browse_teams_page
.
click_browse_all_teams_link
()
self
.
assertTrue
(
self
.
topics_page
.
is_browser_on_page
())
self
.
assertTrue
(
self
.
topics_page
.
is_browser_on_page
())
@flaky
# TODO: fix flaky test. See TNL-3489
def
test_search
(
self
):
def
test_search
(
self
):
"""
"""
Scenario: User should be able to search for a team
Scenario: User should be able to search for a team
...
...
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