Closed (won't fix)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 May 2026 at 06:03 UTC
Updated:
14 May 2026 at 12:23 UTC
Jump to comment: Most recent
Comments
Comment #3
mondrakeComment #4
mondrakeComment #5
mondrakeComment #6
catchNot entirely sure about this one because from discussion in slack, it sounds like the longest running unit tests are around 10-12 seconds and also the fastest run for all unit tests is around 10-12 seconds. So this prevents us going below 10-12 seconds but that's already faster than all of the lint jobs that we also block other test jobs on like phpcs and phpstan.
Comment #7
alexpottThis does not feel like the right thing to do. Unit tests should remain unit tests - making them kernel just because of test suite performance and not for capabilities they require is surprising and would be hard to explain. Also I'm sure that individually these tests will now take longer.
Comment #8
mondrakeOK, makes sense.