In a patch that was only adding/editing help topics, we had a fail in WidgetUploadTest:
https://www.drupal.org/pift-ci-job/1522974
The fail message said:
Drupal\Tests\media_library\FunctionalJavascript\WidgetUploadTest::testWidgetUploadAdvancedUi
"image-1.png" not found
Failed asserting that a boolean is not empty.
/var/www/html/core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php:59
/var/www/html/core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php:589
I don't see any seg faults in the console output, so I guess we need this issue.