Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1305872?usp=email )
Change subject: expect failure for test_server_not_found method ...................................................................... expect failure for test_server_not_found method Bug: T430263 Change-Id: I946e76b2c49e7c0b1fc4660e65d06af44e181953 Signed-off-by: Xqt <[email protected]> --- M tests/http_tests.py 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/tests/http_tests.py b/tests/http_tests.py index 860e183..6b78942 100755 --- a/tests/http_tests.py +++ b/tests/http_tests.py @@ -134,6 +134,7 @@ r' timed out'): http.fetch(self.get_httpbin_url('/status/504')) + @unittest.expectedFailure # T430263 def test_server_not_found(self) -> None: """Test server not found exception.""" with self.assertRaisesRegex( -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1305872?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I946e76b2c49e7c0b1fc4660e65d06af44e181953 Gerrit-Change-Number: 1305872 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
