You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the system-test wrapper failed on exit code verification.
A separate subtest (form_action_with_allow_list_custom.cy.ts / fails on inline form action) also hit a pageLoadTimeout (1000ms) flake in the same job batch, though the mocha failure recorded was for the first test above.
Request
Investigate why @packages/server can return exit code 1 when the Cypress spec reports all tests passing, and whether experimental_csp_allow_list_spec.ts needs additional retries or timeout hardening in CI.
Summary
Pipeline 83746 for develop commit
061d5a12f8b59ef892216a0ab7279c2597ad7637failedsystem-tests-chromewith:Details
system-tests-chrome(build 3775502) inlinux-x64workflow.circleci/config; unrelated to CSP testswith_allow_list_true.cy.tsreported 4 passing, 0 failing before the system-test harness asserted exit code 0linux-arm64,darwin-x64,darwin-arm64,windowsall succeeded; onlylinux-x64failedsystem-tests-chromeLog excerpt
The inner Cypress run finished successfully:
But the system-test wrapper failed on exit code verification.
A separate subtest (
form_action_with_allow_list_custom.cy.ts/fails on inline form action) also hit apageLoadTimeout(1000ms) flake in the same job batch, though the mocha failure recorded was for the first test above.Request
Investigate why
@packages/servercan return exit code 1 when the Cypress spec reports all tests passing, and whetherexperimental_csp_allow_list_spec.tsneeds additional retries or timeout hardening in CI.