Tempoary skip sometimes flaky tests

This commit is contained in:
Matt Bierner 2021-11-10 20:28:27 -08:00
parent bf32baf62b
commit 3a79384dbf
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -21,7 +21,7 @@ async function getLinksForFile(file: vscode.Uri): Promise<vscode.DocumentLink[]>
return r;
}
suite('Markdown Document links', () => {
suite.skip('Markdown Document links', () => {
setup(async () => {
// the tests make the assumption that link providers are already registered