Skip to content

Commit 48fbd78

Browse files
committed
Skip completion tests
1 parent 92cfe82 commit 48fbd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/razor/razorIntegrationTests/completion.integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
import * as path from 'path';
77
import * as vscode from 'vscode';
8-
import { beforeAll, afterAll, test, expect, beforeEach } from '@jest/globals';
8+
import { beforeAll, afterAll, test, expect, beforeEach, describe } from '@jest/globals';
99
import testAssetWorkspace from './testAssets/testAssetWorkspace';
1010
import * as integrationHelpers from '../../lsptoolshost/integrationTests/integrationHelpers';
1111

12-
integrationHelpers.describeIfWindows(`Razor Completion ${testAssetWorkspace.description}`, function () {
12+
describe.skip(`Razor Completion ${testAssetWorkspace.description}`, function () {
1313
beforeAll(async function () {
1414
if (!integrationHelpers.isRazorWorkspace(vscode.workspace)) {
1515
return;

0 commit comments

Comments
 (0)