From 5632ab5d4607e7a2dd667703d76e1e1809127456 Mon Sep 17 00:00:00 2001 From: Chris McCafferty Date: Fri, 3 Feb 2017 16:39:45 -0500 Subject: [PATCH] Issue #2843693 by michielnugter, droplet, xjm, Mixologic, klausi: Random test failure in CKEditor AjaxCss --- .../ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php b/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php index 9a214a70c78..afe033c7cf1 100644 --- a/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php +++ b/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php @@ -41,6 +41,9 @@ class AjaxCssTest extends JavascriptTestBase { * Tests adding style sheets dynamically to CKEditor. */ public function testCkeditorAjaxAddCss() { + // Skip test until #2843693 is fixed. + $this->markTestSkipped(); + $this->drupalGet('/ckeditor_test/ajax_css'); $session = $this->getSession();