parent
3ce0d742a3
commit
6864b950ef
|
@ -36,7 +36,8 @@ export function setup() {
|
||||||
await terminal.assertSingleTab({ name });
|
await terminal.assertSingleTab({ name });
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should reset the tab name to the default value when no name is provided', async () => {
|
// TODO: Flaky https://github.com/microsoft/vscode/issues/216564
|
||||||
|
it.skip('should reset the tab name to the default value when no name is provided', async () => {
|
||||||
await terminal.createTerminal();
|
await terminal.createTerminal();
|
||||||
const defaultName = await terminal.getSingleTabName();
|
const defaultName = await terminal.getSingleTabName();
|
||||||
const name = 'my terminal name';
|
const name = 'my terminal name';
|
||||||
|
|
Loading…
Reference in New Issue