commented out test case

Former-commit-id: c62a28c8a39c42e6c458387c03445c86deb6454c
This commit is contained in:
Jeremy Long
2015-07-08 06:32:52 -04:00
parent cae15a8d7a
commit 3a06503b74

View File

@@ -34,8 +34,10 @@ public class CpeUpdaterIntegrationTest extends BaseTest {
*/
@Test
public void testUpdate() throws Exception {
CpeUpdater instance = new CpeUpdater();
instance.update();
//commented out as the current code base does not utilize the CpeU[pdater.
// CpeUpdater instance = new CpeUpdater();
// instance.update();
}
}