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
dbeb9beb
Commit
dbeb9beb
authored
Oct 05, 2015
by
Peter Fogg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark flaky tests (TNL-3514 and TNL-3515).
parent
0a347e12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
common/test/acceptance/tests/lms/test_learner_profile.py
+1
-0
common/test/acceptance/tests/studio/test_studio_course_team.py
+1
-0
No files found.
common/test/acceptance/tests/lms/test_learner_profile.py
View file @
dbeb9beb
...
...
@@ -641,6 +641,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self
.
assert_default_image_has_public_access
(
profile_page
)
self
.
assertFalse
(
profile_page
.
remove_link_present
)
@flaky
# TNL-3514
def
test_eventing_after_multiple_uploads
(
self
):
"""
Scenario: An event is fired when a user with a profile image uploads another image
...
...
common/test/acceptance/tests/studio/test_studio_course_team.py
View file @
dbeb9beb
...
...
@@ -152,6 +152,7 @@ class CourseTeamPageTest(StudioCourseTest):
self
.
_assert_can_not_manage_users
()
@flaky
# TNL-3515
def
test_admins_can_delete_other_users
(
self
):
"""
Scenario: Admins can delete other users
...
...
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