Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
3a955973
Commit
3a955973
authored
9 years ago
by
Ben Patterson
Browse files
Options
Downloads
Plain Diff
Merge pull request #11795 from edx/benp/te-1200
Flag two tests as flaky. See inline comments for JIRA tickets.
parents
4debb4a2
94c0a546
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/test/acceptance/tests/studio/test_studio_home.py
+2
-0
2 additions, 0 deletions
common/test/acceptance/tests/studio/test_studio_home.py
common/test/acceptance/tests/studio/test_studio_settings_details.py
+2
-0
2 additions, 0 deletions
...t/acceptance/tests/studio/test_studio_settings_details.py
with
4 additions
and
0 deletions
common/test/acceptance/tests/studio/test_studio_home.py
+
2
−
0
View file @
3a955973
...
...
@@ -2,6 +2,7 @@
Acceptance tests for Home Page (My Courses / My Libraries).
"""
from
bok_choy.web_app_test
import
WebAppTest
from
flaky
import
flaky
from
opaque_keys.edx.locator
import
LibraryLocator
from
uuid
import
uuid4
...
...
@@ -32,6 +33,7 @@ class CreateLibraryTest(WebAppTest):
self
.
auth_page
=
AutoAuthPage
(
self
.
browser
,
staff
=
True
)
self
.
dashboard_page
=
DashboardPage
(
self
.
browser
)
@flaky
# TODO: SOL-430
def
test_create_library
(
self
):
"""
From the home page:
...
...
This diff is collapsed.
Click to expand it.
common/test/acceptance/tests/studio/test_studio_settings_details.py
+
2
−
0
View file @
3a955973
...
...
@@ -2,6 +2,7 @@
Acceptance tests for Studio
'
s Settings Details pages
"""
from
datetime
import
datetime
,
timedelta
from
flaky
import
flaky
from
nose.plugins.attrib
import
attr
from
unittest
import
skip
...
...
@@ -174,6 +175,7 @@ class SettingsMilestonesTest(StudioSettingsDetailsTest):
text
=
'
Entrance Exam
'
))
@flaky
# TODO: SOL-1595
def
test_entrance_exam_has_unit_button
(
self
):
"""
Test that entrance exam should be created after checking the
'
enable entrance exam
'
checkbox.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment