diff --git a/extensions/markdown-language-features/src/test/documentLink.test.ts b/extensions/markdown-language-features/src/test/documentLink.test.ts index 8f80a575306..9b26d995f27 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.skip('Markdown Document links', () => { +suite('Markdown Document links', () => { teardown(async () => { await vscode.commands.executeCommand('workbench.action.closeAllEditors');