Disable should respect dimension overrides again

Part of #137155
This commit is contained in:
Daniel Imms
2021-11-19 06:01:46 -08:00
parent a3f6aadf28
commit 96cc3b8fc0

View File

@@ -492,7 +492,8 @@ import { assertNoRpc } from '../utils';
// const terminal = window.createTerminal({ name: 'foo', pty });
// });
test('should respect dimension overrides', async () => {
// TODO: Fix test, flaky in CI (local and remote) https://github.com/microsoft/vscode/issues/137155
test.skip('should respect dimension overrides', async () => {
const writeEmitter = new EventEmitter<string>();
const overrideDimensionsEmitter = new EventEmitter<TerminalDimensions>();
const pty: Pseudoterminal = {