jenkins-bot has submitted this change and it was merged.
Change subject: [fix] test_detect_failure is no longer valid, ......................................................................
[fix] test_detect_failure is no longer valid,
marked ist with @unittest.expectedFailure until we find another wiki.
Change-Id: Ib9eb16b0222e0182c234e7b1e7b0e28b84f17bc5 --- M tests/site_detect_tests.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/site_detect_tests.py b/tests/site_detect_tests.py index 6a8ea4a..beef3b5 100644 --- a/tests/site_detect_tests.py +++ b/tests/site_detect_tests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Test for site detection.""" # -# (C) Pywikibot team, 2014-2015 +# (C) Pywikibot team, 2014-2016 # # Distributed under the terms of the MIT license. # @@ -210,6 +210,7 @@ self.assertSite('http://tfwiki.net/wiki/$1') self.assertAllPass()
+ @unittest.expectedFailure # Test no longer valid def test_detect_failure(self): """Test detection failure for MediaWiki sites with an API.""" # SSL certificate verification fails
pywikibot-commits@lists.wikimedia.org