mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 09:50:51 +01:00
Merge pull request #219982 from microsoft/tyriar/216564
Skip flaky terminal tabs test
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user