Skip to content

Commit

Permalink
NGSTACK-836 exclude descendant indexing from integration legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Katarina Miočić committed Aug 14, 2024
1 parent 9014f2e commit d048105
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit-core-integration-legacy-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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>
</testsuite>
</testsuites>
<filter>
Expand Down
4 changes: 4 additions & 0 deletions phpunit-integration-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +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>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit d048105

Please sign in to comment.