jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/588732 )
Change subject: Revert "[test] Ignore flow_tests until upstream issue solved" ......................................................................
Revert "[test] Ignore flow_tests until upstream issue solved"
The issue has been closed and no such failure seems to occur anymore.
This reverts commit bccf4f1c8d0cb4f8eb82ace99fd457688c6b0012.
Change-Id: I5ba418104a22a49732a3b4d59cb0380bdc2c71d5 --- M tests/flow_tests.py 1 file changed, 0 insertions(+), 6 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/flow_tests.py b/tests/flow_tests.py index 2e0e1ef..62b3d96 100644 --- a/tests/flow_tests.py +++ b/tests/flow_tests.py @@ -21,12 +21,6 @@ )
-def setUpModule(): # noqa: N802 - """Always skip.""" - raise unittest.SkipTest('flow_tests.py tests are disabled ' - 'due to upstream issue T249705.') - - class TestMediaWikiFlowSandbox(TestCase):
"""Test the Flow sandbox on MediaWiki.org."""
pywikibot-commits@lists.wikimedia.org