The unit test can be disabled by simply adding the following Ignore attribute at the top of the test method and will automatically removed from test run.
[Ignore]
[TestMethod]
public void TestMethod()
-----
[Ignore]
[TestMethod]
public void TestMethod()
-----