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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
import { describe, it, expect } from 'vitest';
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 () => {
const rig = new TestRig();
await rig.setup('should be able to use stdin as context for a prompt');