From 5b70bb4029863cab4c10f9cae90ef7f96eaf0be5 Mon Sep 17 00:00:00 2001 From: Abhi <43648792+abhipatel12@users.noreply.github.com> Date: Sun, 14 Sep 2025 23:59:27 -0400 Subject: [PATCH] fix(e2e): resolve flaky list_directory test (#8456) --- integration-tests/list_directory.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/list_directory.test.ts b/integration-tests/list_directory.test.ts index 5e841b1750..6d3cc37adf 100644 --- a/integration-tests/list_directory.test.ts +++ b/integration-tests/list_directory.test.ts @@ -29,7 +29,7 @@ describe('list_directory', () => { 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);