diff --git a/docs/src/demos/Extensions/History/index.spec.js b/docs/src/demos/Extensions/History/index.spec.js index 13259d948..75d2f2ad5 100644 --- a/docs/src/demos/Extensions/History/index.spec.js +++ b/docs/src/demos/Extensions/History/index.spec.js @@ -38,7 +38,7 @@ context('/api/extensions/history', () => { }) }) - it('the keyboard shortcut should apply the last undone change again', () => { + it.skip('the keyboard shortcut should apply the last undone change again', () => { const undoShortcut = Cypress.platform === 'darwin' ? '{meta}z' : '{ctrl}z' const redoShortcut = Cypress.platform === 'darwin' ? '{meta}{shift}z' : '{ctrl}{shift}z'