Skip flaky terminal tabs test

Part of #216564
This commit is contained in:
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

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';