Stop running PEAR Repo test suite as it fails and is kinda irrelevant at this point
parent
b945fc4d83
commit
406e087a46
|
@ -20,6 +20,7 @@
|
|||
<groups>
|
||||
<exclude>
|
||||
<group>slow</group>
|
||||
<group>legacy</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ namespace Composer\Repository;
|
|||
use Composer\TestCase;
|
||||
|
||||
/**
|
||||
* @group slow
|
||||
* @group legacy
|
||||
*/
|
||||
class PearRepositoryTest extends TestCase
|
||||
{
|
||||
|
|
|
@ -17,6 +17,12 @@
|
|||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<groups>
|
||||
<exclude>
|
||||
<group>legacy</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory>../src/Composer/</directory>
|
||||
|
|
Loading…
Reference in New Issue