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();