From 8403b1d6bb26f8ae77f5bae061ba25c27e4e0b41 Mon Sep 17 00:00:00 2001 From: Chris Huber Date: Mon, 8 Jun 2026 13:16:47 -0400 Subject: [PATCH] Drop vestigial test_backend setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit data-machine-code set test_backend=host-smoke, but its smoke scripts use the smoke-*.php prefix convention, not the *-smoke.php suffix the WordPress test dispatcher discovers. The host-smoke backend's `find -name '*-smoke.php'` therefore matched zero files — the setting was a no-op. With the test_backend toggle removed upstream (tests route by file type through WP Codebox), drop the dead setting for hygiene. --- homeboy.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/homeboy.json b/homeboy.json index 4de4d0d4..6c8d699d 100644 --- a/homeboy.json +++ b/homeboy.json @@ -3,10 +3,7 @@ "changelog_target": "docs/CHANGELOG.md", "extensions": { "wordpress": { - "release_latest_branch": "release-latest", - "settings": { - "test_backend": "host-smoke" - } + "release_latest_branch": "release-latest" } }, "id": "data-machine-code",