From fda3b543573a7bb60b57a98a761b30076226aaf3 Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:35:52 -0700 Subject: [PATCH] =?UTF-8?q?chore(int):=20disable=20skip=20on=20"should=20t?= =?UTF-8?q?rigger=20chat=20compression=20with=20/co=E2=80=A6=20(#10854)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- integration-tests/context-compress-interactive.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-tests/context-compress-interactive.test.ts b/integration-tests/context-compress-interactive.test.ts index 25bba83233..9f809c3dba 100644 --- a/integration-tests/context-compress-interactive.test.ts +++ b/integration-tests/context-compress-interactive.test.ts @@ -18,8 +18,7 @@ describe('Interactive Mode', () => { await rig.cleanup(); }); - //TODO - https://github.com/google-gemini/gemini-cli/issues/10770 - it.skip('should trigger chat compression with /compress command', async () => { + it('should trigger chat compression with /compress command', async () => { await rig.setup('interactive-compress-test'); const { ptyProcess } = rig.runInteractive();