Skip to content

test: skip real-agy e2e smoke pending #1323 - #1324

Merged
waleedkadous merged 1 commit into
mainfrom
hotfix/skip-real-agy-e2e-smoke
Aug 1, 2026
Merged

test: skip real-agy e2e smoke pending #1323#1324
waleedkadous merged 1 commit into
mainfrom
hotfix/skip-real-agy-e2e-smoke

Conversation

@waleedkadous

Copy link
Copy Markdown
Contributor

Problem

agy-integration.e2e.test.ts deliberately spawns the real Antigravity CLI. When agy is unauthenticated, each spawn opens an OAuth browser window before the test's own skip-guard can detect the state — the guard reads the OAuth marker from output that arrives only after the window is open. With ~10 active builders running test:e2e:cli at phase checks, yesterday's agy 1.1.9 update (which forced re-auth) turned local suite runs into the login-window burst reported this morning.

Fix

describe.skip on the one real-agy suite (3 tests), with a comment pointing at #1323. No other test in the CLI lane reaches a real agy (consult.e2e.test.ts only exercises --help; the unit consult suite mocks child_process).

Testing

Skip-only change to a single test file; CI runs the same suites and will show the 3 tests as skipped.

Stopgap explicitly requested by the human. #1323 (builder in flight) delivers the real fix — fake-agy pin across all suites — and should re-enable this coverage.

🤖 Generated with Claude Code

The suite spawns the real Antigravity CLI; when agy is unauthenticated each
spawn opens an OAuth browser window on the developer's machine before the
skip-guard can detect the state. With ~10 builders running the CLI suite at
phase checks, an agy re-auth (e.g. the 1.1.9 update) turns every local run
into a window burst.

Stopgap requested by the human; the proper fix (pin a fake agy across all
suites) is in flight under #1323, which should re-enable this coverage.
@waleedkadous
waleedkadous merged commit d42a061 into main Aug 1, 2026
5 of 6 checks passed
@waleedkadous
waleedkadous deleted the hotfix/skip-real-agy-e2e-smoke branch August 1, 2026 13:22
waleedkadous added a commit that referenced this pull request Aug 1, 2026
Records the two repeated failure patterns from phase 1's eight review rounds
(artifacts asserting something adjacent to the real thing; fixes correct about
the mechanism but incomplete about its lifetime), and the one cheap check that
catches both.

Also the 1273 coordination: their _lastInputAt datum was false and retracted;
the merge surface measured rather than guessed; and their correction that
adopting #1320 is a replacement, not a deletion.

Merge of origin/main (architect-directed, PR #1324 stops agy e2e opening OAuth
windows on the human's machine) previewed clean and applied. #1320 had not
landed, so no adoption triggered. Re-ran my own suites explicitly rather than
trusting the aggregate: 186 Spec 1307 + 48 core green.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant