diff --git a/integration-tests/stdin-context.test.ts b/integration-tests/stdin-context.test.ts index 912fa0c2..3ec68100 100644 --- a/integration-tests/stdin-context.test.ts +++ b/integration-tests/stdin-context.test.ts @@ -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');