diff --git a/extensions/markdown-language-features/src/test/documentLink.test.ts b/extensions/markdown-language-features/src/test/documentLink.test.ts index 9b26d995f27a53f7784098e3b63689141ac3e8ea..8f80a57530667329fa6bfb9360bad58247a2b24b 100644 --- a/extensions/markdown-language-features/src/test/documentLink.test.ts +++ b/extensions/markdown-language-features/src/test/documentLink.test.ts @@ -18,7 +18,7 @@ async function getLinksForFile(file: vscode.Uri): Promise return (await vscode.commands.executeCommand('vscode.executeLinkProvider', file))!; } -suite('Markdown Document links', () => { +suite.skip('Markdown Document links', () => { teardown(async () => { await vscode.commands.executeCommand('workbench.action.closeAllEditors');