Skip to content
Snippets Groups Projects
Unverified Commit 098af33f authored by Jeremy Bowman's avatar Jeremy Bowman Committed by GitHub
Browse files

Merge pull request #18793 from edx/jmbowman/fix_xfail

Fix sudden breakage of expectedFail
parents c6553822 39295366
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment