skip broken test (#26705)

This commit is contained in:
Tommaso Sciortino
2026-05-08 08:47:08 -07:00
committed by GitHub
parent 38a9dd18d3
commit 2d10691acb
+2 -1
View File
@@ -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<string, string>)['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';