Skip to content

Commit dad6a62

Browse files
committed
Skip broken test
1 parent 514b138 commit dad6a62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/razor/razorIntegrationTests/reference.integration.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ describe(`Razor References ${testAssetWorkspace.description}`, function () {
127127
});
128128

129129
test('Find All References - CSharp', async () => {
130+
if (!integrationHelpers.usingDevKit()) {
131+
// If we're not using devkit, then it means we are testing cohosting, and FAR from C# doesn't currently work in cohosting.
132+
return;
133+
}
134+
130135
if (!integrationHelpers.isRazorWorkspace(vscode.workspace)) {
131136
return;
132137
}

0 commit comments

Comments
 (0)