Skip to content

Commit

Permalink
Comment out the test of SonarLint Daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury Levé committed May 1, 2017
1 parent 5674f2e commit fb0dd8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Integration.Vsix.UnitTests/SonarLintDaemonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public void Stop_Without_Start_Has_No_Effect()
}

[TestMethod]
[Ignore]
public void Install_Reinstall_Run()
{
daemon.Install();
Expand All @@ -68,8 +69,8 @@ public void Install_Reinstall_Run()
[TestCleanup]
public void CleanUp()
{
ForceDeleteDirectory(tempPath);
ForceDeleteDirectory(storagePath);
//ForceDeleteDirectory(tempPath);
//ForceDeleteDirectory(storagePath);
}

private static void ForceDeleteDirectory(string path)
Expand Down

0 comments on commit fb0dd8f

Please sign in to comment.