diff --git a/packages/cli/src/ui/components/InputPrompt.test.tsx b/packages/cli/src/ui/components/InputPrompt.test.tsx index 84d9a9d002..fccb4f9230 100644 --- a/packages/cli/src/ui/components/InputPrompt.test.tsx +++ b/packages/cli/src/ui/components/InputPrompt.test.tsx @@ -4903,7 +4903,7 @@ describe('InputPrompt', () => { }); }); - it('should not render suggestions during history navigation', async () => { + it.skip('should not render suggestions during history navigation', async () => { // 1. Set up a dynamic mock implementation BEFORE rendering mockedUseCommandCompletion.mockImplementation(({ active }) => ({ ...mockCommandCompletion,