Merge pull request #361 from creative-commoners/pulls/4.13/exclude

MNT Fix exclude node
This commit is contained in:
Guy Sartorelli 2023-09-07 17:16:32 +12:00 committed by GitHub
commit 9372698a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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>