Skip to content

Commit f82af34

Browse files
committed
Add MSI integration tests to Jenkins CI
1 parent b223107 commit f82af34

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@
99

1010
/**
1111
* @magentoDbIsolation disabled
12+
* @magentoAppIsolation enabled
1213
* @magentoIndexerDimensionMode catalog_product_price website_and_customer_group
1314
* @group indexer_dimension
14-
* @magentoAppArea frontend
1515
*/
1616
class DynamicBundlePriceCalculatorWithDimensionTest extends BundlePriceAbstract
1717
{
1818
/**
1919
* @param array $strategyModifiers
2020
* @param array $expectedResults
2121
* @dataProvider getTestCases
22-
* @magentoAppIsolation enabled
2322
* @magentoDataFixture Magento/Bundle/_files/PriceCalculator/dynamic_bundle_product.php
24-
* @magentoDbIsolation disabled
2523
*/
2624
public function testPriceForDynamicBundle(array $strategyModifiers, array $expectedResults)
2725
{
@@ -57,10 +55,8 @@ public function testPriceForDynamicBundle(array $strategyModifiers, array $expec
5755
* @param array $strategyModifiers
5856
* @param array $expectedResults
5957
* @dataProvider getTestCases
60-
* @magentoAppIsolation enabled
6158
* @magentoConfigFixture current_store catalog/price/scope 1
6259
* @magentoDataFixture Magento/Bundle/_files/PriceCalculator/dynamic_bundle_product.php
63-
* @magentoDbIsolation disabled
6460
*/
6561
public function testPriceForDynamicBundleInWebsiteScope(array $strategyModifiers, array $expectedResults)
6662
{

dev/tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,4 @@ Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/FieldName/
215215
Magento/Elasticsearch6/Model/Client
216216
Magento/Config/App/Config/Type
217217
Magento/InventoryReservationCli/Test/Integration
218+
Magento/InventoryAdminUi/Controller/Adminhtml

0 commit comments

Comments
 (0)