chore(int): disable skip on "should trigger chat compression with /co… (#10854)

This commit is contained in:
Gal Zahavi
2025-10-09 15:35:52 -07:00
committed by GitHub
parent d190188aaf
commit fda3b54357

View File

@@ -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();