Commit 05338593 by Christine Lytwynec

disabled test_lms.py:XBlockAcidNoChildTest.test_acid_block

parent fb9b38b7
......@@ -381,6 +381,10 @@ class XBlockAcidNoChildTest(XBlockAcidBase):
)
).install()
@skip('Flakey test, TE-401')
def test_acid_block(self):
super(XBlockAcidNoChildTest, self).test_acid_block()
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