Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
b5b14165
Commit
b5b14165
authored
10 years ago
by
Jesse Zoldak
Browse files
Options
Downloads
Plain Diff
Merge pull request #7052 from edx/zoldak/TE-745
skip intemittently failing test TE-745
parents
a29b0cdf
715d0230
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_library_container.py
+2
-0
2 additions, 0 deletions
.../acceptance/tests/studio/test_studio_library_container.py
with
2 additions
and
0 deletions
common/test/acceptance/tests/studio/test_studio_library_container.py
+
2
−
0
View file @
b5b14165
...
...
@@ -3,6 +3,7 @@ Acceptance tests for Library Content in LMS
"""
import
ddt
import
textwrap
from
unittest
import
skip
from
.base_studio_test
import
StudioLibraryTest
from
...fixtures.course
import
CourseFixture
...
...
@@ -148,6 +149,7 @@ class StudioLibraryContainerTest(StudioLibraryTest, UniqueCourseTest):
self
.
assertTrue
(
library_container
.
has_validation_error
)
self
.
assertIn
(
expected_text
,
library_container
.
validation_error_text
)
@skip
(
"
TE-745 StudioLibraryContainerTest test_out_of_date_message fails intemittently
"
)
def
test_out_of_date_message
(
self
):
"""
Scenario: Given I have a library, a course and library content xblock in a course
...
...
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