From 81f344e6c4ab2ee5144fb849bbee93c641d83653 Mon Sep 17 00:00:00 2001 From: Vlad Podorozhnyi Date: Tue, 19 Mar 2024 19:31:09 +0100 Subject: [PATCH] Fix failed testes after the upstream update - db&app isolation were missed. --- .../integration/testsuite/Magento/Bundle/Model/ProductTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/tests/integration/testsuite/Magento/Bundle/Model/ProductTest.php b/dev/tests/integration/testsuite/Magento/Bundle/Model/ProductTest.php index d789ea5444b9..8ecb4ee7737f 100644 --- a/dev/tests/integration/testsuite/Magento/Bundle/Model/ProductTest.php +++ b/dev/tests/integration/testsuite/Magento/Bundle/Model/ProductTest.php @@ -132,7 +132,8 @@ public function testIsComposite() * * @magentoDataFixture Magento/Bundle/_files/product_with_multiple_options.php * @magentoDataFixture Magento/Store/_files/second_website_with_two_stores.php - * @magentoDbIsolation disabled + * @magentoDbIsolation enabled + * @magentoAppIsolation enabled */ public function testMultipleStores() {