diff --git a/dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableProductPriceTest.php b/dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableProductPriceTest.php index 327544911a45d..8aab31b921007 100644 --- a/dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableProductPriceTest.php +++ b/dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/Type/ConfigurableProductPriceTest.php @@ -20,7 +20,7 @@ /** * Check configurable product price displaying * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppIsolation enabled * @magentoAppArea frontend */ diff --git a/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_sku.php b/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_sku.php index 2ae3ab695f737..ca8e1e91e5061 100644 --- a/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_sku.php +++ b/dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_sku.php @@ -36,6 +36,7 @@ $attributeValues = []; $attributeSetId = $installer->getAttributeSetId('catalog_product', 'Default'); $associatedProductIds = []; +$productIds = [10, 20]; array_shift($options); //remove the first option which is empty foreach ($options as $option) { diff --git a/dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/WishlistTest.php b/dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/WishlistTest.php index 11d51e1f2c814..d4ae576523b15 100644 --- a/dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/WishlistTest.php +++ b/dev/tests/integration/testsuite/Magento/Customer/Block/Adminhtml/Edit/Tab/View/WishlistTest.php @@ -18,7 +18,7 @@ * Tests for customer wish list tab. * * @magentoAppArea adminhtml - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled */ class WishlistTest extends TestCase { diff --git a/dev/tests/integration/testsuite/Magento/Customer/Controller/Section/LoadTest.php b/dev/tests/integration/testsuite/Magento/Customer/Controller/Section/LoadTest.php index 664c7d9418401..1c9a41962997d 100644 --- a/dev/tests/integration/testsuite/Magento/Customer/Controller/Section/LoadTest.php +++ b/dev/tests/integration/testsuite/Magento/Customer/Controller/Section/LoadTest.php @@ -16,7 +16,7 @@ /** * Load customer data test class. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppArea frontend */ class LoadTest extends AbstractController diff --git a/dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php b/dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php index ca7e6fc41888b..e1cc942d4ae28 100644 --- a/dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php +++ b/dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php @@ -249,6 +249,7 @@ public function testGetCustomerWishlistNoCustomerId() * @magentoDataFixture Magento/Customer/_files/customer.php * @magentoDataFixture Magento/Catalog/_files/product_simple.php * @magentoAppIsolation enabled + * @magentoDbIsolation disabled */ public function testGetCustomerWishlist() { diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/Wishlist/Item/ColumnTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/Wishlist/Item/ColumnTest.php index 908cd3aebae61..a2e8390bea3ef 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/Wishlist/Item/ColumnTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/Wishlist/Item/ColumnTest.php @@ -21,7 +21,7 @@ /** * Test wish list item column. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppArea frontend * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/WishlistTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/WishlistTest.php index bc953c3e999b1..b2fc1977a54ca 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/WishlistTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Block/Customer/WishlistTest.php @@ -18,7 +18,7 @@ * Class test block wish list on customer account page. * * @magentoAppArea frontend - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppIsolation disabled */ class WishlistTest extends TestCase diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/IndexTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/IndexTest.php index ca480e28997fe..c13a635f73e7f 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/IndexTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/IndexTest.php @@ -14,7 +14,7 @@ /** * Test wish list on customer account page. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppArea frontend */ class IndexTest extends AbstractController diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/RemoveTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/RemoveTest.php index f6cea2f9757f6..23e303995aa42 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/RemoveTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/RemoveTest.php @@ -16,7 +16,7 @@ /** * Test for remove product from wish list. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppArea frontend * @magentoDataFixture Magento/Wishlist/_files/wishlist.php */ diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/SendTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/SendTest.php index d087dd567c354..deae6f51d9f37 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/SendTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/SendTest.php @@ -19,7 +19,7 @@ /** * Test sending wish list. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppArea frontend * @magentoDataFixture Magento/Wishlist/_files/wishlist.php */ diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/UpdateTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/UpdateTest.php index be5762c72be86..6faa2a7a1aa69 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/UpdateTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/Index/UpdateTest.php @@ -16,7 +16,7 @@ /** * Test for update wish list item. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppArea frontend * @magentoDataFixture Magento/Wishlist/_files/wishlist.php */ diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/SharedTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/SharedTest.php index 1e4f6c6584e9a..6cd6f3a5fe5ba 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Controller/SharedTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Controller/SharedTest.php @@ -10,6 +10,7 @@ class SharedTest extends \Magento\TestFramework\TestCase\AbstractController { /** * @magentoDataFixture Magento/Wishlist/_files/wishlist_shared.php + * @magentoDbIsolation disabled * @return void */ public function testAllcartAction() diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Model/ResourceModel/Item/CollectionTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Model/ResourceModel/Item/CollectionTest.php index b6c2886f33021..9a95ed4fd462d 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Model/ResourceModel/Item/CollectionTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Model/ResourceModel/Item/CollectionTest.php @@ -46,7 +46,7 @@ protected function setUp(): void * * @magentoDataFixture Magento/Wishlist/_files/wishlist_shared.php * @magentoAppIsolation enabled - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled */ public function testLoadedProductAttributes() { diff --git a/dev/tests/integration/testsuite/Magento/Wishlist/Model/WishlistTest.php b/dev/tests/integration/testsuite/Magento/Wishlist/Model/WishlistTest.php index 28edf31ad4afc..eec3669aafa76 100644 --- a/dev/tests/integration/testsuite/Magento/Wishlist/Model/WishlistTest.php +++ b/dev/tests/integration/testsuite/Magento/Wishlist/Model/WishlistTest.php @@ -20,7 +20,7 @@ /** * Tests for wish list model. * - * @magentoDbIsolation enabled + * @magentoDbIsolation disabled * @magentoAppIsolation disabled */ class WishlistTest extends TestCase