chore(desktop): bump runtime/tests.rs size ceiling for the lazy-pool contract test

CI's Desktop Core caught what my local gate list missed (again — the
size gate wasn't in my same-shell run this time): the new source-
contract test pushed runtime/tests.rs past its 1055-line ceiling.
Bumped to 1098 with the standard changelog comment. Test-only growth;
the file remains queued to split per the existing comments.

Co-authored-by: Tyler Longwell <tlongwell@block.xyz>
Signed-off-by: Tyler Longwell <tlongwell@block.xyz>
This commit is contained in:
npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67d
2026-07-26 17:46:36 -04:00
co-authored by Tyler Longwell
parent 410c7f224a
commit d8c3dc04f0
+4 -1
View File
@@ -178,7 +178,10 @@ const overrides = new Map([
// configure_runtime_cli (fix #2397). Test-only growth; queued to split.
// +7 (1041 -> 1048): rebase onto main — this PR's resolver tests land on top
// of main's #2397 Windows shim tests. Test-only; queued to split.
["src-tauri/src/managed_agents/runtime/tests.rs", 1055],
// +43 (1055 -> 1098): spawn_lazy_pool_env_writes_literal_true_once — source
// contract pinning the unconditional BUZZ_ACP_LAZY_POOL=true write (#3039).
// Test-only; queued to split.
["src-tauri/src/managed_agents/runtime/tests.rs", 1098],
// applyWorkspace reposDir parameter plus the validateReposDir binding,
// threaded through Tauri invokes for configurable repos_dir, plus the
// harness-persona-sync `harnessOverride` create-input bit — load-bearing