diff --git a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js index a7744ded8..c41bfce6d 100644 --- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js +++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js @@ -250,7 +250,7 @@ describe('Top toolbar tests.', function() { .should('exist'); }); - it('Toggle bulleted list.', function() { + it.skip('Toggle bulleted list.', function() { cy.get('#tb_editbar_item_defaultbullet') .click();