mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
Inline tree-sitter wasm and add runtime fallback (#11157)
This commit is contained in:
@@ -8,7 +8,8 @@ import { describe, it, expect } from 'vitest';
|
||||
import { TestRig } from './test-helper.js';
|
||||
|
||||
describe('Flicker Detector', () => {
|
||||
it('should not detect a flicker under the max height budget', async () => {
|
||||
// TODO: https://github.com/google-gemini/gemini-cli/issues/11170
|
||||
it.skip('should not detect a flicker under the max height budget', async () => {
|
||||
const rig = new TestRig();
|
||||
await rig.setup('flicker-detector-test');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user