Skip to content

Commit c05703c

Browse files
authored
Skip flaky O# completion test
1 parent a0e369c commit c05703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/omnisharp/omnisharpIntegrationTests/completionProvider.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describeIfNotRazorOrGenerator(`${OmniSharpCompletionProvider.name}: Returns the
6262
expect(documentation.length).toBeGreaterThan(0);
6363
});
6464

65-
test('Override completion has additional edits sync', async () => {
65+
test.skip('Override completion has additional edits sync', async () => {
6666
const completionList = <vscode.CompletionList>(
6767
await vscode.commands.executeCommand(
6868
'vscode.executeCompletionItemProvider',

0 commit comments

Comments
 (0)