Skip to content

Commit

Permalink
Don't skip too much
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Feb 25, 2020
1 parent f225057 commit e6baffa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/integrationTests/diagnostics.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ suite(`DiagnosticProvider: ${testAssetWorkspace.description}`, function () {
suiteSetup(async function () {
should();

// These tests only run on the BasicRazorApp2_1 solution
if (vscode.workspace.workspaceFolders[0].uri.fsPath.split(path.sep).pop() !== 'BasicRazorApp2_1') {
this.skip();
}

await activateCSharpExtension();
await testAssetWorkspace.restore();

Expand Down

0 comments on commit e6baffa

Please sign in to comment.