From 009cdd92baea21373b37025d42a57fbe4a59b961 Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Tue, 10 Feb 2026 15:10:51 -0800 Subject: [PATCH] repro: fix syntax error and allow focused tests --- .github/workflows/chained_e2e.yml | 2 +- integration-tests/hooks-agent-flow.test.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/chained_e2e.yml b/.github/workflows/chained_e2e.yml index 1c3fb5123c..d1a4018898 100644 --- a/.github/workflows/chained_e2e.yml +++ b/.github/workflows/chained_e2e.yml @@ -274,7 +274,7 @@ jobs: UV_THREADPOOL_SIZE: '32' NODE_ENV: 'test' shell: 'pwsh' - run: 'npx vitest run --root integration-tests hooks-system.test.ts hooks-agent-flow.test.ts --test-timeout 600000' + run: 'npx vitest run --root integration-tests hooks-system.test.ts hooks-agent-flow.test.ts --test-timeout 600000 --allowOnly' evals: name: 'Evals (ALWAYS_PASSING)' diff --git a/integration-tests/hooks-agent-flow.test.ts b/integration-tests/hooks-agent-flow.test.ts index 5d46a635a0..5529c49cd2 100644 --- a/integration-tests/hooks-agent-flow.test.ts +++ b/integration-tests/hooks-agent-flow.test.ts @@ -300,8 +300,6 @@ describe('Hooks Agent Flow', () => { }, ], }, - ], - }, }, }, );