From bdf88a4d78e1432b7531505d00b380176e5cb060 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Tue, 6 Dec 2016 12:40:37 +0100 Subject: [PATCH] Ignore test for Safari. --- tests/plugins/embedbase/undo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/plugins/embedbase/undo.js b/tests/plugins/embedbase/undo.js index 692f6663590..5c26df19172 100644 --- a/tests/plugins/embedbase/undo.js +++ b/tests/plugins/embedbase/undo.js @@ -43,7 +43,8 @@ bender.test( { _should: { ignore: { 'test undo and redo after creation': CKEDITOR.env.webkit && !CKEDITOR.env.chrome, - 'test undo and redo after creation and edition': CKEDITOR.env.webkit && !CKEDITOR.env.chrome + 'test undo and redo after creation and edition': CKEDITOR.env.webkit && !CKEDITOR.env.chrome, + 'test undo and redo after edition': CKEDITOR.env.webkit && !CKEDITOR.env.chrome } },