mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Skip flaky 'link detector' test, see #140878
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user