Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2025 at 06:11 UTC
Updated:
14 Oct 2025 at 01:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
mstrelan commentedComment #4
smustgrave commentedNice find! Cleaned up the title some but tests are still green so definitely not needed.
Comment #5
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #6
mstrelan commentedMR applies cleanly, bot is drunk
Comment #7
quietone commentedSorry, diff no longer applies.
Comment #8
mstrelan commentedOK, I was trusting the MR overview page saying it merges cleanly. I tested manually and can confirm it applies with
patch -p1but not withgit apply.Have rebased and force pushed now.
Comment #10
quietone commented@mstrelan, thanks for the details.
Committed to 11.x.
The change did not cherry-pick though so not committed to 11.2.x and neither did applying the patch using
curl -s https://git.drupalcode.org/project/drupal/-/merge_requests/13290.diff | patch -p1. Seeting to needs work for an MR on 11.2.xComment #12
mstrelan commentedHave opened an MR for 11.2.x, although not sure if should backport this, since we didn't do the same for #3547124: Remove system module from kernel tests that don't need it, which is the source of the conflict.
Comment #15
quietone commented@mstrelan, thanks. Yes, we should skip committing this to 11.2.x. I apologize for wasting your time.