0b330fd344
CI / Architecture Guardrails (push) Successful in 3m38s
CI / Assistant Split Regression (push) Successful in 4m42s
CI / Lint (push) Successful in 5m9s
CI / Typecheck (push) Successful in 5m40s
CI / Unit Tests (push) Successful in 7m49s
CI / Build (push) Successful in 6m18s
CI / E2E Tests (push) Successful in 6m22s
CI / Release Images (push) Failing after 1m53s
CI / Fresh-Linux Docker Deploy (push) Successful in 7m27s
Chromium on the QNAP act_runner intermittently raises ERR_CONNECTION_
REFUSED on page.goto('/') even when curl on the same pinned IP returns
307 a second earlier and the other four smoke tests (api/health,
/auth/signin, login, nav) all pass against the same container. The
smoke suite has blocked release-images on two successive docker-deploy
failures (bee5bbf, e2982a8) and a shell-level suite retry didn't help
— the Chromium refusal is reproducible per run.
Switch this one test to Playwright's HTTP request API with
maxRedirects: 0 and assert on status + Location. Semantically
equivalent (it verifies middleware wires / to /auth/signin) and
bypasses whatever Chromium-specific quirk is refusing the navigation.