Issue by michielnugter, droplet, xjm, Mixologic, klausi: Random test failure in CKEditor AjaxCss

8.4.x
Chris McCafferty 2017-02-03 16:39:45 -05:00
parent 5987dac193
commit 5632ab5d46
1 changed files with 3 additions and 0 deletions
core/modules/ckeditor/tests/src/FunctionalJavascript

View File

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