spawn/packages
B 3884e1a884 fix(tests): filter PostHog telemetry from fetch mocks to fix flaky tests
Two tests (hetzner-cov and digitalocean-token) failed consistently in the
full suite because telemetry.test.ts enables PostHog telemetry via the
shared module singleton, and those async fetch calls leak into other test
files' globalThis.fetch mocks, incrementing callCount and shifting mock
response order.

Fix: filter non-test URLs in affected mocks so telemetry calls get a
benign response without affecting callCount.

Agent: test-engineer
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-30 05:07:40 +00:00
..
cli fix(tests): filter PostHog telemetry from fetch mocks to fix flaky tests 2026-04-30 05:07:40 +00:00
shared fix: rethrow normalized Error in tryCatchIf/asyncTryCatchIf (#2930) 2026-03-23 19:33:05 -07:00