Fix sudden breakage of expectedFail

This commit is contained in:
Jeremy Bowman
2018-08-15 21:57:25 -04:00
parent c6553822e7
commit 3929536612

View File

@@ -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.