fix(e2e): skip flaky stdin context test (#7264)
This commit is contained in:
parent
5e84006293
commit
b8a7bfd136
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue