skip markdown rename tests (#147896)

This commit is contained in:
Benjamin Pasero 2022-04-22 08:07:32 +02:00
parent d982c14b66
commit 72b4be55fa
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -84,7 +84,7 @@ function assertEditsEqual(actualEdit: MdWorkspaceEdit, ...expectedEdits: Readonl
}
}
suite('markdown: rename', () => {
suite.skip('markdown: rename', () => { // TODO@mjbvz https://github.com/microsoft/vscode/issues/c
setup(async () => {
// the tests make the assumption that link providers are already registered