disable broken ApiBlockTest::testMakeNormalBlock()
authorAntoine Musso <hashar@free.fr>
Tue, 3 Apr 2012 13:05:50 +0000 (15:05 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 3 Apr 2012 13:08:57 +0000 (15:08 +0200)
commit633c4542c6ad7ace1d8a5683f0f404405bc9520c
tree11cdb51b93358fd9e8aa51e47f2274a39d8c5c79
parent1788cc76c5ff072bc059f5f5e9faeb46486b6243
disable broken ApiBlockTest::testMakeNormalBlock()

That test has probably always been broken and use an invalid token. The
bug tracking brokenness is http://bugzilla.wikimedia.org/35646

Since the broken test is merged in master, that block the integration of
Jenkins and Gerrit by having any submitted patchset to be reported as
failling :-(

Root cause is https://gerrit.wikimedia.org/r/3434 which made the
Block/Unblock API to actually verify the token previously always
considered valid (bug 34212).

Change-Id: Iecf6b083163c214c734360b2f6d9b4bed8af07dc
tests/phpunit/includes/api/ApiBlockTest.php