[wp-trac] [WordPress Trac] #63109: test_get_block_editor_settings_theme_json_settings failing
WordPress Trac
noreply at wordpress.org
Sun Mar 16 02:05:07 UTC 2025
#63109: test_get_block_editor_settings_theme_json_settings failing
--------------------------+-----------------------------
Reporter: SirLouen | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: trunk
Severity: normal | Keywords: needs-patch
Focuses: tests |
--------------------------+-----------------------------
In 6.4.5 it passed this test
`test_get_block_editor_settings_theme_json_settings`
Thereafter, it has been failing until now.
If I comment line 317 in `src/wp-includes/block-editor.php`
{{{
$wp_scripts->registered = $current_wp_scripts->registered;
}}}
Tests go through.
This issue came to me because this test was failing in this PR:
https://github.com/WordPress/wordpress-develop/pull/8509
But I can't see correlation
Then I went into trunk in my dev environment, and I still failing.
But I see other PRs and they are not failing on this specific test.
I need someone else to test this and report back.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63109>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list