disabled tests to avoid network issues
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user