disabled tests to avoid network issues
This commit is contained in:
@ -76,6 +76,7 @@ public class WhoisTest extends BaseTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testGeneric() throws WhoisException {
|
public void testGeneric() throws WhoisException {
|
||||||
Whois whoIsClient = new Whois();
|
Whois whoIsClient = new Whois();
|
||||||
WhoisInformation info = whoIsClient.execute( "85.185.91.5");
|
WhoisInformation info = whoIsClient.execute( "85.185.91.5");
|
||||||
|
|||||||
Reference in New Issue
Block a user