Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/test/acceptance/tests/test_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def test_acid_block_preview(self):
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
Expand Down