Internet: Remove test which fails if it is run too much ('WHOIS LIMIT EXCEEDED').

This commit is contained in:
Valentin Lorentz 2013-01-05 18:20:32 +01:00
parent 5f1d7cc097
commit dd74982969

View File

@ -40,7 +40,6 @@ class InternetTestCase(PluginTestCase):
def testWhois(self):
self.assertNotError('internet whois ohio-state.edu')
self.assertNotError('internet whois kuro5hin.org')
self.assertNotError('internet whois microsoft.com')
self.assertNotError('internet whois inria.fr')
self.assertNotError('internet whois slime.com.au')