Skip to content

Commit

Permalink
NGSTACK-836 exclude descendant indexing tests (not supported with leg…
Browse files Browse the repository at this point in the history
…acy search engine)
  • Loading branch information
Katarina Miočić committed Jul 11, 2024
1 parent f26849b commit 4fa5771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit-integration-legacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit 4fa5771

Please sign in to comment.