Skip to content

Commit 0b07859

Browse files
committed
Also skip definition provider
1 parent 19dd66e commit 0b07859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/omnisharp/omnisharpIntegrationTests/definitionProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describeIfNotRazorOrGenerator(`${OmniSharpDefinitionProvider.name}: ${testAssetW
4242
expect(definitionList[0].uri.path).toContain('definition.cs');
4343
});
4444

45-
test('Returns the definition from Metadata', async () => {
45+
test.skip('Returns the definition from Metadata', async () => {
4646
const omnisharpConfig = vscode.workspace.getConfiguration('omnisharp');
4747
await omnisharpConfig.update('enableDecompilationSupport', false, vscode.ConfigurationTarget.Global);
4848
await restartOmniSharpServer();

0 commit comments

Comments
 (0)