Skip to content

Commit

Permalink
Skip flaky terminal tabs test
Browse files Browse the repository at this point in the history
Part of #216564
  • Loading branch information
Tyriar committed Jul 4, 2024
1 parent 3ce0d74 commit 6864b95
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 6864b95

Please sign in to comment.