Skip to content

Commit 84d6b4c

Browse files
Merge remote-tracking branch 'origin/AC-11723' into AC-12482
2 parents 0d1dc68 + 2ee747c commit 84d6b4c

File tree

3 files changed

+1
-112
lines changed

3 files changed

+1
-112
lines changed

dev/tests/integration/phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
</source>
2727
<!-- Test suites definition -->
2828
<testsuites>
29-
<testsuite name="Magento Integration Tests">
30-
<file>testsuite/Magento/IntegrationTest.php</file>
31-
</testsuite>
3229
<!-- Memory tests run first to prevent influence of other tests on accuracy of memory measurements -->
3330
<testsuite name="Memory Usage Tests">
3431
<file>testsuite/Magento/MemoryUsageTest.php</file>
@@ -37,7 +34,6 @@
3734
<directory>testsuite</directory>
3835
<directory>../../../app/code/*/*/Test/Integration</directory>
3936
<exclude>testsuite/Magento/MemoryUsageTest.php</exclude>
40-
<exclude>testsuite/Magento/IntegrationTest.php</exclude>
4137
</testsuite>
4238
</testsuites>
4339
<!-- Code coverage filters -->

dev/tests/integration/testsuite/Magento/IntegrationTest.php

Lines changed: 0 additions & 106 deletions
This file was deleted.

dev/tests/utils/update-test-paths.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ function getDefaultSuites(string $testType): array
221221
'testsuite'
222222
],
223223
'exclude' => [
224-
'testsuite/Magento/MemoryUsageTest.php',
225-
'testsuite/Magento/IntegrationTestCase.php'
224+
'testsuite/Magento/MemoryUsageTest.php'
226225
]
227226
];
228227
break;

0 commit comments

Comments
 (0)