diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts index 2bb71edea11..db71fa3a7f2 100644 --- a/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts +++ b/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts @@ -757,7 +757,7 @@ import { assertNoRpc } from '../utils'; terminal.sendText('echo $C'); }); - test('should respect clearing entries', (done) => { + test.skip('should respect clearing entries', (done) => { // Text to match on before passing the test const expectedText = [ '~a1~',