Skip to content

Commit d048105

Browse files
committed
NGSTACK-836 exclude descendant indexing from integration legacy tests
1 parent 9014f2e commit d048105

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

phpunit-core-integration-legacy-solr.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<exclude>vendor/ibexa/core/tests/integration/Core/Repository/Filtering</exclude>
3232
<exclude>vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceTest.php</exclude>
3333
<exclude>vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceLocationTest.php</exclude>
34+
<exclude>tests/lib/Integration/Solr/DescendantIndexingContentTest.php</exclude>
35+
<exclude>tests/lib/Integration/Solr/DescendantIndexingLocationTest.php</exclude>
36+
<exclude>tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php</exclude>
37+
<exclude>tests/lib/Integration/Solr/DescendantIndexingTrashTest.php</exclude>
3438
</testsuite>
3539
</testsuites>
3640
<filter>

phpunit-integration-solr.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<testsuite name="Solr Search Engine tests">
1414
<directory suffix="Test.php">./tests/lib/Integration/</directory>
1515
<exclude>tests/lib/Integration/API/DescendantIndexingTest.php</exclude>
16+
<exclude>tests/lib/Integration/Solr/DescendantIndexingContentTest.php</exclude>
17+
<exclude>tests/lib/Integration/Solr/DescendantIndexingLocationTest.php</exclude>
18+
<exclude>tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php</exclude>
19+
<exclude>tests/lib/Integration/Solr/DescendantIndexingTrashTest.php</exclude>
1620
</testsuite>
1721
</testsuites>
1822
<filter>

0 commit comments

Comments
 (0)