From d0481059afe8a43ecda55d824759b697d1dc80c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katarina=20Mio=C4=8Di=C4=87?= Date: Wed, 14 Aug 2024 11:34:21 +0200 Subject: [PATCH] NGSTACK-836 exclude descendant indexing from integration legacy tests --- phpunit-core-integration-legacy-solr.xml | 4 ++++ phpunit-integration-solr.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/phpunit-core-integration-legacy-solr.xml b/phpunit-core-integration-legacy-solr.xml index ef2a2a1a..f6956c7d 100644 --- a/phpunit-core-integration-legacy-solr.xml +++ b/phpunit-core-integration-legacy-solr.xml @@ -31,6 +31,10 @@ vendor/ibexa/core/tests/integration/Core/Repository/Filtering vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceTest.php vendor/ibexa/core/tests/integration/Core/Repository/SearchServiceLocationTest.php + tests/lib/Integration/Solr/DescendantIndexingContentTest.php + tests/lib/Integration/Solr/DescendantIndexingLocationTest.php + tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php + tests/lib/Integration/Solr/DescendantIndexingTrashTest.php diff --git a/phpunit-integration-solr.xml b/phpunit-integration-solr.xml index 37b56a26..512729ca 100644 --- a/phpunit-integration-solr.xml +++ b/phpunit-integration-solr.xml @@ -13,6 +13,10 @@ ./tests/lib/Integration/ tests/lib/Integration/API/DescendantIndexingTest.php + tests/lib/Integration/Solr/DescendantIndexingContentTest.php + tests/lib/Integration/Solr/DescendantIndexingLocationTest.php + tests/lib/Integration/Solr/DescendantIndexingObjectStateTest.php + tests/lib/Integration/Solr/DescendantIndexingTrashTest.php