fix(infra) - Unskip read many file test (#12181)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
shishu314
2025-10-29 14:56:09 -04:00
committed by GitHub
parent 6e026bd950
commit c60d8ef5a8
2 changed files with 5 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ these responses.
REGENERATE_MODEL_GOLDENS="true" npm run test:e2e
```
**WARNING**: Make sure you run **await rig.cleanup()** at the end of your test,
else the golden files will not be updated.
### Deflaking a test
Before adding a **new** integration test, you should test it at least 5 times