Skip to content

Commit 19dd66e

Browse files
committed
Skip O# type definition test
1 parent 791503c commit 19dd66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/omnisharp/omnisharpIntegrationTests/typeDefinitionProvider.test.ts

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

45-
test('Returns the definition from Metadata', async () => {
45+
test.skip('Returns the type definition from Metadata', async () => {
4646
const omnisharpConfig = vscode.workspace.getConfiguration('omnisharp');
4747
await omnisharpConfig.update('enableDecompilationSupport', false, vscode.ConfigurationTarget.Global);
4848
await restartOmniSharpServer();
@@ -59,7 +59,7 @@ describeIfNotRazorOrGenerator(`${OmniSharpDefinitionProvider.name}: ${testAssetW
5959
expect(definitionList[0].uri.path).toContain('[metadata] String.cs');
6060
});
6161

62-
test('Returns multiple definitions for partial types', async () => {
62+
test('Returns multiple type definitions for partial types', async () => {
6363
const definitionList = <vscode.Location[]>(
6464
await vscode.commands.executeCommand(
6565
'vscode.executeTypeDefinitionProvider',

0 commit comments

Comments
 (0)