Skip should respect dimensions overrides tests in remote only

Part of #137155
This commit is contained in:
Daniel Imms 2021-11-17 04:45:30 -08:00
parent 6ff75f1af1
commit da099cc71f

View file

@ -492,7 +492,8 @@ import { assertNoRpc } from '../utils';
// const terminal = window.createTerminal({ name: 'foo', pty });
// });
test('should respect dimension overrides', async () => {
// Skip in remote for now as it's flaky https://github.com/microsoft/vscode/issues/137155
(process.env.REMOTE_VSCODE ? test.skip : test)('should respect dimension overrides', async () => {
const writeEmitter = new EventEmitter<string>();
const overrideDimensionsEmitter = new EventEmitter<TerminalDimensions>();
const pty: Pseudoterminal = {