From 2d10691acb7581fabf2736928da9fb5633a98513 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Fri, 8 May 2026 08:47:08 -0700 Subject: [PATCH] skip broken test (#26705) --- integration-tests/plan-mode.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/plan-mode.test.ts b/integration-tests/plan-mode.test.ts index 41de123cf7..e7f9eac02e 100644 --- a/integration-tests/plan-mode.test.ts +++ b/integration-tests/plan-mode.test.ts @@ -231,7 +231,8 @@ describe('Plan Mode', () => { `Expected write_file to succeed, but it failed with error: ${'error' in (planWrite?.toolRequest || {}) ? (planWrite?.toolRequest as unknown as Record)['error'] : 'unknown'}`, ).toBe(true); }); - it('should switch from a pro model to a flash model after exiting plan mode', async () => { + + it.skip('should switch from a pro model to a flash model after exiting plan mode', async () => { const plansDir = 'plans-folder'; const planFilename = 'my-plan.md';