Skip to content

Commit 01d72d9

Browse files
committed
AC-1422: "Random" unit test failure
- Move indexer tests to own suite
1 parent 8cdefb0 commit 01d72d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/unit/phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<testsuite name="Magento_Unit_Tests_App_Code">
2929
<directory>../../../app/code/*/*/Test/Unit</directory>
3030
<directory>../../../vendor/magento/module-*/Test/Unit</directory>
31+
<exclude>../../../app/code/Magento/Indexer/Test/Unit</exclude>
32+
</testsuite>
33+
<testsuite name="Magento_Unit_Tests_App_Code_Indexer">
34+
<directory>../../../app/code/Magento/Indexer/Test/Unit</directory>
3135
</testsuite>
3236
<testsuite name="Magento_Unit_Tests_Other">
3337
<directory>../../../lib/internal/*/*/Test/Unit</directory>

0 commit comments

Comments
 (0)