mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Skip should respect dimensions overrides tests in remote only
Part of #137155
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user