mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
Disable news test.
This commit is contained in:
parent
924c6285d2
commit
b8175e2357
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ NNTP_INFO = u"200 news.uni-stuttgart.de InterNetNews NNRP server " \
|
|||
NNTP_TIMEOUT_SECS = 30
|
||||
|
||||
# disabled for now until some stable news server comes up
|
||||
class TestNews (LinkCheckTest):
|
||||
class _TestNews (LinkCheckTest):
|
||||
"""Test nntp: and news: link checking."""
|
||||
|
||||
def newstest (self, url, resultlines):
|
||||
|
|
|
|||
Loading…
Reference in a new issue