1
0
Fork 0

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

pull/4962/head
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>