Problem/Motivation

https://git.drupalcode.org/issue/drupal-3338664/-/jobs/6579127#L514

---- Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLibraryTest ----
Status      Duration Info                                                                               
--------------------------------------------------------------------------------------------------------
Fail         32.526s testButton                                                                      
Pass         36.573s testAllowedMediaTypes                                                           
Pass         34.689s testAlt                                                                         
Failure     105.645s *** Process execution output ***                                                
    PHPUnit 11.5.39 by Sebastian Bergmann and contributors.
    
    Runtime:       PHP 8.4.12
    Configuration: /builds/issue/drupal-3338664/core/phpunit.xml.dist
    
    F..                                                                 3 / 3 (100%)
    
    
    Media Library (Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLibrary)
     ✘ Button
       ┐
       ├ Failed asserting that a NULL is not empty.
       │
       │ /builds/issue/drupal-3338664/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php:183
       ┴
     ✔ Allowed media types
     ✔ Alt
    
    FAILURES!
    Tests: 3, Assertions: 55, Failures: 1.</pre>

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Comments

kentr created an issue. See original summary.

kentr’s picture

Title: [random test failure] Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLibraryTest » [random test failure] Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLibraryTest::testButton
kentr’s picture

Title: [random test failure] Drupal\Tests\ckeditor5\FunctionalJavascript\MediaLibraryTest::testButton » [random test failure] MediaLibraryTest::testButton
kentr’s picture

Priority: Normal » Critical

I believe random test failures are supposed to be critical.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.

kentr’s picture