Issue #2843693 by michielnugter, droplet, xjm, Mixologic, klausi: Random test failure in CKEditor AjaxCss
parent
5987dac193
commit
5632ab5d46
core/modules/ckeditor/tests/src/FunctionalJavascript
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue