提交 3926674c 编写于 作者: M Matt Bierner

Skip document link tests

These currently do not work on web

Skipping while investigating this
上级 0906d9e0
......@@ -18,7 +18,7 @@ async function getLinksForFile(file: vscode.Uri): Promise<vscode.DocumentLink[]>
return (await vscode.commands.executeCommand<vscode.DocumentLink[]>('vscode.executeLinkProvider', file))!;
}
suite('Markdown Document links', () => {
suite.skip('Markdown Document links', () => {
teardown(async () => {
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册