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
ac03f874
Commit
ac03f874
authored
Feb 19, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add flaky decorator to StudioLibraryContainerTest.test_out_of_date_message
Relates to: TE-745
parent
c229fcad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
common/test/acceptance/tests/studio/test_studio_library_container.py
+2
-1
No files found.
common/test/acceptance/tests/studio/test_studio_library_container.py
View file @
ac03f874
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
Acceptance tests for Library Content in LMS
Acceptance tests for Library Content in LMS
"""
"""
import
ddt
import
ddt
from
flaky
import
flaky
import
textwrap
import
textwrap
from
unittest
import
skip
from
unittest
import
skip
...
@@ -149,7 +150,7 @@ class StudioLibraryContainerTest(StudioLibraryTest, UniqueCourseTest):
...
@@ -149,7 +150,7 @@ class StudioLibraryContainerTest(StudioLibraryTest, UniqueCourseTest):
self
.
assertTrue
(
library_container
.
has_validation_error
)
self
.
assertTrue
(
library_container
.
has_validation_error
)
self
.
assertIn
(
expected_text
,
library_container
.
validation_error_text
)
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
):
def
test_out_of_date_message
(
self
):
"""
"""
Scenario: Given I have a library, a course and library content xblock in a course
Scenario: Given I have a library, a course and library content xblock in a course
...
...
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