Skip to content

Commit

Permalink
Skip flaky terminal tabs test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored and aaronchucarroll committed Jul 10, 2024
1 parent c5dfb3c commit ce2b20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/smoke/src/areas/terminal/terminal-tabs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit ce2b20b

Please sign in to comment.