diff --git a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CPCommerceProductOptions.testcase b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CPCommerceProductOptions.testcase index f734c8becb9f79..44b7a6695d7add 100644 --- a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CPCommerceProductOptions.testcase +++ b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CPCommerceProductOptions.testcase @@ -1434,6 +1434,7 @@ definition { } @description = "This is a test for COMMERCE-10798. As a Product Manager, I want to be able to configure a bundled product that has a linked SKU from different catalog and see the SKU is applied in the store front." + @ignore = "true" @priority = 4 test CanConfigureBundledProductWithDifferentCatalogSkuLinked { property portal.acceptance = "false"; @@ -2135,6 +2136,7 @@ definition { } @description = "This is a test for COMMERCE-12167.User can see SKU updated on the product details page when values are selected from multiple options." + @ignore = "true" @priority = 5 test CanSKUUpdateSuccessfullyWhenSelectingValuesFromMultipleOptions { property custom.properties = "company.security.strangers.verify=false${line.separator}jsonws.web.service.paths.excludes="; diff --git a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceMiniCart.testcase b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceMiniCart.testcase index fb1437a022d5a6..82823ecb931b62 100644 --- a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceMiniCart.testcase +++ b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceMiniCart.testcase @@ -840,6 +840,7 @@ definition { } @description = "COMMERCE-6335. As a buyer, I want to edit the quantity of an bundled product in the mini-cart using it's quantity selector and I want to view the changes applied to the mini-cart summary and the bundled items to change their quantity" + @ignore = "true" @priority = 5 test EditBundledProductQuantityFromMiniCart { property portal.acceptance = "true"; @@ -1654,7 +1655,7 @@ definition { cartItemPriceValue = "70.00", cartItemQuantity = 1, cartItemSku = "BLACKSKU", - optionName = "Color"); + optionName = "Color"); AssertTextEquals.assertPartialText( locator1 = "CommerceAccelerators#MINI_CART_ITEM_BUNDLED_ITEMS", diff --git a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceProductBundleRules.testcase b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceProductBundleRules.testcase index d4e6283a0fe50d..12e43acc798fd9 100644 --- a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceProductBundleRules.testcase +++ b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceProductBundleRules.testcase @@ -1390,6 +1390,7 @@ definition { } @description = "COMMERCE-12808. As a buyer, I want to be able to verify the included and excluded option values on the mini-cart edit panel" + @ignore = "true" @priority = 4 test CanVerifyIncludedAndExcludedOptionValuesOnTheMinicartEdit { property portal.acceptance = "false";