Commit 8f04d8a
committed
ci: drop e2e_scan from PR-blocking matrix (live public-API dependency)
`e2e_scan` exercises `socket-patch scan --apply --yes` end-to-end
against the live public proxy at patches-api.socket.dev. The proxy
returns "Service temporarily over capacity" intermittently for
`/patch/by-package/*` lookups, and the test panics when scan reports
zero patches.
Move it out of the PR matrix; runnable on demand via
`cargo test -p socket-patch-cli --test e2e_scan -- --ignored`. The
other matrix entries (e2e_npm, e2e_pypi, e2e_cargo, e2e_golang,
e2e_maven, e2e_gem, e2e_composer, e2e_nuget) stay — they exercise
local crawler / apply paths, not the live API.
Assisted-by: Claude Code:claude-opus-4-71 parent fbd5f23 commit 8f04d8a
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
414 | 418 | | |
415 | 419 | | |
416 | 420 | | |
| |||
0 commit comments