Skip flaky terminal tabs test

Part of #216564
pull/219982/head
Daniel Imms 2024-07-04 08:40:48 -07:00
parent 3ce0d742a3
commit 6864b950ef
No known key found for this signature in database
GPG Key ID: E5CF412B63651C69
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ export function setup() {
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();
const defaultName = await terminal.getSingleTabName();
const name = 'my terminal name';