Skip to content

Commit 11939a0

Browse files
authored
Skip O# doc comment insertion tests (#8777)
2 parents 5144e84 + 4f3744b commit 11939a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/omnisharp/omnisharpIntegrationTests/documentationCommentAutoFormatting.integration.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import { expect, test, beforeAll, afterAll } from '@jest/globals';
6+
import { expect, test, beforeAll, afterAll, describe } from '@jest/globals';
77
import * as vscode from 'vscode';
88
import * as path from 'path';
9-
import { describeIfNotRazorOrGenerator } from './integrationHelpers';
109
import testAssetWorkspace from './testAssets/activeTestAssetWorkspace';
1110

1211
const onTypeFormatProviderCommand = 'vscode.executeFormatOnTypeProvider';
@@ -19,7 +18,7 @@ function normalizeNewlines(original: string): string {
1918
return original;
2019
}
2120

22-
describeIfNotRazorOrGenerator(`Documentation Comment Auto Formatting: ${testAssetWorkspace.description}`, function () {
21+
describe.skip(`Documentation Comment Auto Formatting: ${testAssetWorkspace.description}`, function () {
2322
let fileUri: vscode.Uri;
2423

2524
beforeAll(async function () {

0 commit comments

Comments
 (0)