mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
test: skip flaky test (#10340)
Co-authored-by: Taneja Hriday <hridayt@google.com>
This commit is contained in:
@@ -148,7 +148,7 @@ describe('file-system', () => {
|
||||
expect(newFileContent).toBe('1.0.1');
|
||||
});
|
||||
|
||||
it('should replace multiple instances of a string', async () => {
|
||||
it.skip('should replace multiple instances of a string', async () => {
|
||||
const rig = new TestRig();
|
||||
await rig.setup('should replace multiple instances of a string');
|
||||
const fileName = 'ambiguous.txt';
|
||||
|
||||
Reference in New Issue
Block a user