Skip to content

Commit

Permalink
NGSTACK-836 exclude DescendantIndexingSectionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Katarina Miočić committed Aug 16, 2024
1 parent a457c11 commit 0d1f267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions phpunit-core-integration-legacy-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<exclude>tests/lib/Integration/API/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingTrashTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingSectionTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
1 change: 1 addition & 0 deletions phpunit-integration-legacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<exclude>tests/lib/Integration/API/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingTrashTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingSectionTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
1 change: 1 addition & 0 deletions phpunit-integration-solr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<exclude>tests/lib/Integration/API/DescendantIndexingLocationTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingObjectStateTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingTrashTest.php</exclude>
<exclude>tests/lib/Integration/API/DescendantIndexingSectionTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit 0d1f267

Please sign in to comment.