File tree Expand file tree Collapse file tree 3 files changed +1
-112
lines changed Expand file tree Collapse file tree 3 files changed +1
-112
lines changed Original file line number Diff line number Diff line change 26
26
</source >
27
27
<!-- Test suites definition -->
28
28
<testsuites >
29
- <testsuite name =" Magento Integration Tests" >
30
- <file >testsuite/Magento/IntegrationTest.php</file >
31
- </testsuite >
32
29
<!-- Memory tests run first to prevent influence of other tests on accuracy of memory measurements -->
33
30
<testsuite name =" Memory Usage Tests" >
34
31
<file >testsuite/Magento/MemoryUsageTest.php</file >
37
34
<directory >testsuite</directory >
38
35
<directory >../../../app/code/*/*/Test/Integration</directory >
39
36
<exclude >testsuite/Magento/MemoryUsageTest.php</exclude >
40
- <exclude >testsuite/Magento/IntegrationTest.php</exclude >
41
37
</testsuite >
42
38
</testsuites >
43
39
<!-- Code coverage filters -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -221,8 +221,7 @@ function getDefaultSuites(string $testType): array
221
221
'testsuite '
222
222
],
223
223
'exclude ' => [
224
- 'testsuite/Magento/MemoryUsageTest.php ' ,
225
- 'testsuite/Magento/IntegrationTestCase.php '
224
+ 'testsuite/Magento/MemoryUsageTest.php '
226
225
]
227
226
];
228
227
break ;
You can’t perform that action at this time.
0 commit comments