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', () => { }, ], }, - ], - }, }, }, );