mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #361 from creative-commoners/pulls/4.13/exclude
MNT Fix exclude node
This commit is contained in:
commit
9372698a6b
@ -29,9 +29,7 @@
|
||||
<!-- Framework ORM tests are split up to run in parallel -->
|
||||
<testsuite name="framework-core">
|
||||
<directory>vendor/silverstripe/framework/tests/php</directory>
|
||||
<exclude>
|
||||
<directory>vendor/silverstripe/framework/tests/php/ORM</directory>
|
||||
</exclude>
|
||||
<exclude>vendor/silverstripe/framework/tests/php/ORM</exclude>
|
||||
</testsuite>
|
||||
<testsuite name="framework-orm">
|
||||
<directory>vendor/silverstripe/framework/tests/php/ORM</directory>
|
||||
|
Loading…
Reference in New Issue
Block a user