ignore
test
This commit is contained in:
parent
21cf01b0c9
commit
ff7de5f7ee
|
@ -6,6 +6,7 @@ import com.loafle.overflow.crawler.config.Config;
|
|||
import com.loafle.overflow.crawler.result.OFResultSet;
|
||||
import com.loafle.overflow.crawler.snmp.SNMPCrawler;
|
||||
import com.sun.xml.internal.ws.api.ResourceLoader;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
|
@ -27,6 +28,7 @@ public class AppTest {
|
|||
* loafle4 :NOAUTHNOPRIV
|
||||
*/
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testSNMP3() throws Exception {
|
||||
SNMPCrawler c = new SNMPCrawler();
|
||||
|
@ -44,6 +46,7 @@ public class AppTest {
|
|||
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testSNMP2c() throws Exception {
|
||||
SNMPCrawler c = new SNMPCrawler();
|
||||
|
|
Loading…
Reference in New Issue
Block a user