mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 03:35:04 -05:00
@@ -60,7 +60,8 @@ export function setup(opts: ParsedArgs) {
|
||||
await terminal.assertSingleTab({ name });
|
||||
});
|
||||
|
||||
it('should reset the tab name to the default value when no name is provided', async () => {
|
||||
// Flaky: https://github.com/microsoft/vscode/issues/137795
|
||||
it.skip('should reset the tab name to the default value when no name is provided', async () => {
|
||||
await terminal.runCommand(TerminalCommandId.Show);
|
||||
const defaultName = await terminal.getSingleTabName();
|
||||
const name = 'my terminal name';
|
||||
|
||||
Reference in New Issue
Block a user