mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-01 21:57:10 -07:00
test: skip flaky file-system-interactive E2E test
This commit is contained in:
@@ -18,7 +18,7 @@ describe('Interactive file system', () => {
|
||||
await rig.cleanup();
|
||||
});
|
||||
|
||||
it('should perform a read-then-write sequence', async () => {
|
||||
it.skip('should perform a read-then-write sequence (marked as flaky)', async () => {
|
||||
const fileName = 'version.txt';
|
||||
await rig.setup('interactive-read-then-write', {
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user