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

(cherry picked from commit 56a7a8e28c)
(cherry picked from commit 26f6f5d09c)
merge-requests/2001/head
Dave Long 2023-03-31 20:04:56 +01:00 committed by xjm
parent 5c257cc633
commit 1b149043f4
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,9 @@ class MediaLibraryTest extends WebDriverTestBase {
* 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();