Skip flaky 'link detector' test, see #140878

This commit is contained in:
Rob Lourens
2022-01-17 17:22:02 -08:00
parent fc183f2648
commit 7ae7f9d40b

View File

@@ -96,7 +96,7 @@ suite('vscode API - languages', () => {
assert.ok(found);
});
test('link detector', async function () {
test.skip('link detector', async function () { // #140878
const uri = await createRandomFile('class A { // http://a.com }', undefined, '.java');
const doc = await vscode.workspace.openTextDocument(uri);