Skip to content

Commit be0ec9a

Browse files
authored
Merge pull request #2639 from OmniSharp/skip_test
Delete flaky CodelensProvider test
2 parents 41072f7 + 7d0b39c commit be0ec9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integrationTests/codeLensProvider.integration.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ suite(`CodeLensProvider options: ${testAssetWorkspace.description}`, function()
8888
await testAssetWorkspace.cleanupWorkspace();
8989
});
9090

91-
test("Returns no references code lenses when 'csharp.referencesCodeLens.enabled' option is set to false", async function () {
91+
/* Skip this test until we are able to understand the cause of flakiness */
92+
test.skip("Returns no references code lenses when 'csharp.referencesCodeLens.enabled' option is set to false", async function () {
9293
let csharpConfig = vscode.workspace.getConfiguration('csharp');
9394
await csharpConfig.update('referencesCodeLens.enabled', false);
9495
await csharpConfig.update('testsCodeLens.enabled', true);

0 commit comments

Comments
 (0)