jenkins-bot has submitted this change and it was merged. Change subject: Ignore failure for test_timestripper test ......................................................................
Ignore failure for test_timestripper test https://travis-ci.org/wikimedia/pywikibot-core/jobs/22512829 Change-Id: I474fb41c277b76f4b645d9fa86cceb4f2c43f477 --- M tests/timestripper_tests.py 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/timestripper_tests.py b/tests/timestripper_tests.py index f72e59f..2197215 100644 --- a/tests/timestripper_tests.py +++ b/tests/timestripper_tests.py @@ -46,6 +46,7 @@ None) ) + @unittest.expectedFailure def test_timestripper(self): """Test that correct date is matched""" -- To view, visit https://gerrit.wikimedia.org/r/124559 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I474fb41c277b76f4b645d9fa86cceb4f2c43f477 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
