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:
parent
b945fc4d83
commit
406e087a46
3 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue