Skip to content
Snippets Groups Projects
Verified Commit 26f6f5d0 authored by Dave Long's avatar Dave Long Committed by Jess
Browse files

Issue #3351596 by dww, catch: Skip Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLibraryTest

(cherry picked from commit 56a7a8e2)
parent b1b04c73
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,9 @@ function (ConstraintViolation $v) {
* Tests using drupalMedia button to embed media into CKEditor 5.
*/
public function testButton() {
// Skipped due to frequent random test failures.
// @todo Fix this and stop skipping it at https://www.drupal.org/i/3351597.
$this->markTestSkipped();
$media_preview_selector = '.ck-content .ck-widget.drupal-media .media';
$this->drupalGet('/node/add/blog');
$this->waitForEditor();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment