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
ac03f874
Commit
ac03f874
authored
10 years ago
by
Christine Lytwynec
Browse files
Options
Downloads
Patches
Plain Diff
add flaky decorator to StudioLibraryContainerTest.test_out_of_date_message
Relates to: TE-745
parent
c229fcad
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
-1
2 additions, 1 deletion
.../acceptance/tests/studio/test_studio_library_container.py
with
2 additions
and
1 deletion
common/test/acceptance/tests/studio/test_studio_library_container.py
+
2
−
1
View file @
ac03f874
...
...
@@ -2,6 +2,7 @@
Acceptance tests for Library Content in LMS
"""
import
ddt
from
flaky
import
flaky
import
textwrap
from
unittest
import
skip
...
...
@@ -149,7 +150,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
"
)
@
flaky
# TODO fix this, see TE-745
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