https://bugzilla.wikimedia.org/show_bug.cgi?id=71971
John Mark Vandenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW --- Comment #6 from John Mark Vandenberg <[email protected]> --- As expected it is test_image_usage_in_redirects which is causing the problem https://travis-ci.org/wikimedia/pywikibot-core/jobs/37887126 https://travis-ci.org/wikimedia/pywikibot-core/jobs/37887726 I think the next step is: set max-retries to 0 or 1 for all test runs, except keep travis at 2 to avoid red builds create TestCase.expectedFailureIf , and add @expectedFailureIf(<travis>) to test_image_usage_in_redirect. This will mean that developer testing will fail if it occurs on their workstation, but it wont cause red builds on Travis since we already know about this problem and are tracking it down. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
