test: ignore code coverage for CleanUpTest
authorAntoine Musso <hashar@free.fr>
Tue, 26 Mar 2013 11:54:03 +0000 (12:54 +0100)
committerAntoine Musso <hashar@free.fr>
Tue, 26 Mar 2013 11:54:03 +0000 (12:54 +0100)
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 (bug 46561).

Change-Id: I78c270e71d23ffbab00d8812ee91d380aef342c6

tests/phpunit/includes/normal/CleanUpTest.php

index 99ec05d..68efd86 100644 (file)
  *
  * @ingroup UtfNormal
  * @group Large
+ *
+ * We ignore code coverage for this test suite until they are rewritten
+ * to use data providers (bug 46561).
+ * @codeCoverageIgnore
  */
 class CleanUpTest extends MediaWikiTestCase {
        /** @todo document */