mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 17:14:42 +00:00
Skip limited news tests instead of failing
This commit is contained in:
parent
4c670815a3
commit
29e5e2a655
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class TestNews (LinkCheckTest):
|
|||
]
|
||||
self.newstest(url, resultlines)
|
||||
|
||||
@limit_time_fail(NNTP_TIMEOUT_SECS)
|
||||
@limit_time_skip(NNTP_TIMEOUT_SECS)
|
||||
def test_host_no_group (self):
|
||||
url = u"nntp://%s/" % NNTP_SERVER
|
||||
resultlines = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue