Skip to content

Commit

Permalink
Skip flaky 'link detector' test, see #140878
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jan 18, 2022
1 parent fc183f2 commit 7ae7f9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7ae7f9d

Please sign in to comment.