mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(e2e): resolve flaky list_directory test (#8456)
This commit is contained in:
@@ -29,7 +29,7 @@ describe('list_directory', () => {
|
|||||||
50, // check every 50ms
|
50, // check every 50ms
|
||||||
);
|
);
|
||||||
|
|
||||||
const prompt = `Can you list the files in the current directory. Display them in the style of 'ls'`;
|
const prompt = `Can you list the files in the current directory.`;
|
||||||
|
|
||||||
const result = await rig.run(prompt);
|
const result = await rig.run(prompt);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user