Skip to content

Commit

Permalink
NGSTACK-836 exclude tests fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Katarina Miočić committed Aug 14, 2024
1 parent 720d633 commit a457c11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions phpunit-core-integration-legacy-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
<exclude>vendor/ibexa/core/tests/integration/Core/Repository/Filtering</exclude>
<exclude>vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceTest.php</exclude>
<exclude>vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceLocationTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingContentTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingTrashTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingContentTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingTrashTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
8 changes: 4 additions & 4 deletions phpunit-integration-legacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<exclude>tests/lib/Integration/API/DescendantIndexingTest.php</exclude>
<exclude>tests/lib/Integration/Solr/RawFacetDomainTest.php</exclude>
<exclude>tests/lib/Integration/Solr/RawFacetTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingContentTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingTrashTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingContentTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingTrashTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
8 changes: 4 additions & 4 deletions phpunit-integration-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<testsuite name="Solr Search Engine tests">
<directory suffix="Test.php">./tests/lib/Integration/</directory>
<exclude>tests/lib/Integration/API/DescendantIndexingTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingContentTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/Solr/DescendantIndexingTrashTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingContentTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingTrashTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit a457c11

Please sign in to comment.