Disable news test.

This commit is contained in:
Bastian Kleineidam 2014-03-02 20:01:36 +01:00
parent 924c6285d2
commit b8175e2357

View file

@ -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):