Last modified: 2013-04-23 10:28:10 UTC
the tests under tests/phpunit/includes/normal/CleanUpTest.php do not use data provider. When being run for code coverage (bug 31518) they take so long that they ends up timing out. The whole class need to be refactored to use data providers.
Code coverage has been ignored for CleanUpTest with https://gerrit.wikimedia.org/r/55875