diff --git a/test/smoke/src/areas/terminal/terminal-editors.test.ts b/test/smoke/src/areas/terminal/terminal-editors.test.ts index 14c4fb9ecbe..c69f87b756b 100644 --- a/test/smoke/src/areas/terminal/terminal-editors.test.ts +++ b/test/smoke/src/areas/terminal/terminal-editors.test.ts @@ -24,7 +24,8 @@ export function setup(opts: ParsedArgs) { await terminal.assertSingleTab({ color }, true); }); - it('should update icon of the tab', async () => { + // TODO: Flaky https://github.com/microsoft/vscode/issues/137808 + it.skip('should update icon of the tab', async () => { await terminal.runCommand(TerminalCommandId.CreateNewEditor); const icon = 'symbol-method'; await terminal.runCommandWithValue(TerminalCommandIdWithValue.ChangeIcon, icon);