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
098af33f
Unverified
Commit
098af33f
authored
6 years ago
by
Jeremy Bowman
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #18793 from edx/jmbowman/fix_xfail
Fix sudden breakage of expectedFail
parents
c6553822
39295366
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/lms/test_lms_acid_xblock.py
+2
-2
2 additions, 2 deletions
common/test/acceptance/tests/lms/test_lms_acid_xblock.py
with
2 additions
and
2 deletions
common/test/acceptance/tests/lms/test_lms_acid_xblock.py
+
2
−
2
View file @
098af33f
...
...
@@ -3,7 +3,7 @@
End-to-end tests for the LMS.
"""
from
unittest
import
expectedFailure
import
pytest
from
common.test.acceptance.fixtures.course
import
CourseFixture
,
XBlockFixtureDesc
from
common.test.acceptance.pages.common.auto_auth
import
AutoAuthPage
...
...
@@ -120,6 +120,7 @@ class XBlockAcidChildTest(XBlockAcidBase):
self
.
validate_acid_block_view
(
acid_block
)
@pytest.mark.xfail
class
XBlockAcidAsideTest
(
XBlockAcidBase
):
"""
Tests of an AcidBlock with children
...
...
@@ -144,7 +145,6 @@ class XBlockAcidAsideTest(XBlockAcidBase):
)
).
install
()
@expectedFailure
def
test_acid_block
(
self
):
"""
Verify that all expected acid block tests pass in the lms.
...
...
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