Issue #2843693 by michielnugter, droplet, xjm, Mixologic, klausi: Random test failure in CKEditor AjaxCss
parent
5987dac193
commit
5632ab5d46
|
@ -41,6 +41,9 @@ class AjaxCssTest extends JavascriptTestBase {
|
||||||
* Tests adding style sheets dynamically to CKEditor.
|
* Tests adding style sheets dynamically to CKEditor.
|
||||||
*/
|
*/
|
||||||
public function testCkeditorAjaxAddCss() {
|
public function testCkeditorAjaxAddCss() {
|
||||||
|
// Skip test until #2843693 is fixed.
|
||||||
|
$this->markTestSkipped();
|
||||||
|
|
||||||
$this->drupalGet('/ckeditor_test/ajax_css');
|
$this->drupalGet('/ckeditor_test/ajax_css');
|
||||||
|
|
||||||
$session = $this->getSession();
|
$session = $this->getSession();
|
||||||
|
|
Loading…
Reference in New Issue