@@ -29,7 +29,7 @@ describe( 'Text transformation feature - integration', () => {
return editor.destroy();
} );
- describe( 'with undo', () => {
+ describe.skip( 'with undo', () => {
beforeEach( () => {
return ClassicTestEditor
.create( editorElement, { plugins: [ Paragraph, TextTransformation, UndoEditing ] } )