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
cc71f63b
Commit
cc71f63b
authored
Feb 20, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip intermittently failing test test_course_publish_signal_firing PLAT-449
parent
f31e7357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
+2
-0
No files found.
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py
View file @
cc71f63b
...
...
@@ -8,6 +8,7 @@ import logging
import
ddt
import
itertools
import
mimetypes
from
unittest
import
skip
from
uuid
import
uuid4
# Mixed modulestore depends on django, so we'll manually configure some django settings
...
...
@@ -1963,6 +1964,7 @@ class TestMixedModuleStore(CourseComparisonTest):
dest_store
=
self
.
store
.
_get_modulestore_by_type
(
ModuleStoreEnum
.
Type
.
split
)
self
.
assertCoursesEqual
(
source_store
,
source_course_key
,
dest_store
,
dest_course_id
)
@skip
(
"PLAT-449 XModule TestMixedModuleStore intermittent test failure"
)
@ddt.data
(
ModuleStoreEnum
.
Type
.
mongo
,
ModuleStoreEnum
.
Type
.
split
)
def
test_course_publish_signal_firing
(
self
,
default
):
with
MongoContentstoreBuilder
()
.
build
()
as
contentstore
:
...
...
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