disabled tests to avoid network issues

This commit is contained in:
2018-08-22 10:52:47 +02:00
parent 9da7004c6b
commit a0d77ca744

View File

@ -76,6 +76,7 @@ public class WhoisTest extends BaseTest {
}
@Test
@Ignore
public void testGeneric() throws WhoisException {
Whois whoIsClient = new Whois();
WhoisInformation info = whoIsClient.execute( "85.185.91.5");