Commit 0931c76a by Jay Zoldak

Disable failing bok-choy test_acid_block_editor test

parent d88d8612
......@@ -170,6 +170,7 @@ class XBlockAcidBase(WebAppTest):
acid_block = AcidView(self.browser, unit.components[0].preview_selector)
self.validate_acid_block_preview(acid_block)
@skip('Temporarily diabling because it is failing in Jenkins. TE-369')
def test_acid_block_editor(self):
"""
Verify that all expected acid block tests pass in studio editor
......
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