Skip document link tests

These currently do not work on web

Skipping while investigating this
This commit is contained in:
Matt Bierner
2020-07-13 14:07:23 -07:00
parent 0906d9e01e
commit 3926674c39

View File

@@ -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');