Skip to content

Commit a45e74b

Browse files
committed
"Unskip" test, which should now work in cohosting
1 parent 14169ef commit a45e74b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ 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-
135130
if (!integrationHelpers.isRazorWorkspace(vscode.workspace)) {
136131
return;
137132
}

0 commit comments

Comments
 (0)