1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Stop running PEAR Repo test suite as it fails and is kinda irrelevant at this point

This commit is contained in:
Jordi Boggiano 2016-02-25 13:10:46 +00:00
parent b945fc4d83
commit 406e087a46
3 changed files with 8 additions and 1 deletions

View file

@ -20,6 +20,7 @@
<groups>
<exclude>
<group>slow</group>
<group>legacy</group>
</exclude>
</groups>

View file

@ -15,7 +15,7 @@ namespace Composer\Repository;
use Composer\TestCase;
/**
* @group slow
* @group legacy
*/
class PearRepositoryTest extends TestCase
{

View file

@ -17,6 +17,12 @@
</testsuite>
</testsuites>
<groups>
<exclude>
<group>legacy</group>
</exclude>
</groups>
<filter>
<whitelist>
<directory>../src/Composer/</directory>