Commit 6396373b by clytwynec

Merge pull request #3758 from edx/clytwynec/disable-XBlockAcidNoChildTest

disabled test_lms.py:XBlockAcidNoChildTest.test_acid_block
parents 64909df1 05338593
...@@ -381,6 +381,10 @@ class XBlockAcidNoChildTest(XBlockAcidBase): ...@@ -381,6 +381,10 @@ class XBlockAcidNoChildTest(XBlockAcidBase):
) )
).install() ).install()
@skip('Flakey test, TE-401')
def test_acid_block(self):
super(XBlockAcidNoChildTest, self).test_acid_block()
class XBlockAcidChildTest(XBlockAcidBase): class XBlockAcidChildTest(XBlockAcidBase):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment