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
c877c604
Commit
c877c604
authored
10 years ago
by
Ben Patterson
Browse files
Options
Downloads
Plain Diff
Merge pull request #7099 from edx/benp/disable-sol-430
Disable flaky test.
parents
bcec6643
c7042bcc
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/studio/test_studio_home.py
+2
-0
2 additions, 0 deletions
common/test/acceptance/tests/studio/test_studio_home.py
with
2 additions
and
0 deletions
common/test/acceptance/tests/studio/test_studio_home.py
+
2
−
0
View file @
c877c604
...
...
@@ -3,6 +3,7 @@ Acceptance tests for Home Page (My Courses / My Libraries).
"""
from
bok_choy.web_app_test
import
WebAppTest
from
opaque_keys.edx.locator
import
LibraryLocator
from
unittest
import
skip
from
...pages.studio.auto_auth
import
AutoAuthPage
from
...pages.studio.library
import
LibraryPage
...
...
@@ -23,6 +24,7 @@ class CreateLibraryTest(WebAppTest):
self
.
auth_page
=
AutoAuthPage
(
self
.
browser
,
staff
=
True
)
self
.
dashboard_page
=
DashboardPage
(
self
.
browser
)
@skip
(
"
Flaky test. See SOL-430
"
)
def
test_create_library
(
self
):
"""
From the home page:
...
...
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