mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(e2e): skip flaky stdin context test (#7264)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
import { describe, it, expect } from 'vitest';
|
import { describe, it, expect } from 'vitest';
|
||||||
import { TestRig, printDebugInfo, validateModelOutput } from './test-helper.js';
|
import { TestRig, printDebugInfo, validateModelOutput } from './test-helper.js';
|
||||||
|
|
||||||
describe('stdin context', () => {
|
describe.skip('stdin context', () => {
|
||||||
it('should be able to use stdin as context for a prompt', async () => {
|
it('should be able to use stdin as context for a prompt', async () => {
|
||||||
const rig = new TestRig();
|
const rig = new TestRig();
|
||||||
await rig.setup('should be able to use stdin as context for a prompt');
|
await rig.setup('should be able to use stdin as context for a prompt');
|
||||||
|
|||||||
Reference in New Issue
Block a user