fix(e2e): skip flaky stdin context test (#7264)

This commit is contained in:
anthony bushong
2025-08-27 17:00:50 -07:00
committed by GitHub
parent 5e84006293
commit b8a7bfd136

View File

@@ -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');