Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/smoke/src/areas/terminal/terminal-tabs.test.ts')
-rw-r--r--test/smoke/src/areas/terminal/terminal-tabs.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smoke/src/areas/terminal/terminal-tabs.test.ts b/test/smoke/src/areas/terminal/terminal-tabs.test.ts
index 0d1914096e8..d038369ca21 100644
--- a/test/smoke/src/areas/terminal/terminal-tabs.test.ts
+++ b/test/smoke/src/areas/terminal/terminal-tabs.test.ts
@@ -58,7 +58,7 @@ export function setup() {
await terminal.assertSingleTab({ name });
});
- it('should reset the tab name to the default value when no name is provided', async () => {
+ it.skip('should reset the tab name to the default value when no name is provided', async () => { // https://github.com/microsoft/vscode/issues/146796
await terminal.createTerminal();
const defaultName = await terminal.getSingleTabName();
const name = 'my terminal name';