-
Notifications
You must be signed in to change notification settings - Fork 9.4k
MAGETWO-59112 Backport 2.1.x #13896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAGETWO-59112 Backport 2.1.x #13896
Conversation
…9112 Update config.xml
#6771 This is a backport to fix this issue |
Update DefaultRendererTest.php
@Ctucker9233 thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
@@ -8,7 +8,7 @@ | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd"> | |||
<testCase name="Magento\Catalog\Test\TestCase\Product\AddToCartCrossSellTest" summary="Promote Products as Cross-Sells" ticketId="MAGETWO-12390"> | |||
<variation name="AddToCartCrossSellTestVariation1" method="test"> | |||
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data> | |||
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, stable:no</data> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove 'stable: no' tag and try to run test with backported fix.
@@ -8,7 +8,7 @@ | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd"> | |||
<testCase name="Magento\Catalog\Test\TestCase\Product\NavigateRelatedProductsTest" summary="Promote Products as Related" ticketId="MAGETWO-12392"> | |||
<variation name="NavigateRelatedProductsTestVariation1" method="test"> | |||
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data> | |||
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, stable:no</data> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove 'stable: no' tag and try to run test with backported fix.
@@ -8,7 +8,7 @@ | |||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd"> | |||
<testCase name="Magento\Catalog\Test\TestCase\Product\NavigateUpSellProductsTest" summary="Promote Products as Up-Sells" ticketId="MAGETWO-12391"> | |||
<variation name="NavigateUpSellProductsTestVariation1" method="test"> | |||
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data> | |||
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, stable:no</data> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove 'stable: no' tag and try to run test with backported fix.
@@ -96,6 +96,7 @@ public function testFormPostInitNew($productData, $categoryData, $action, $reque | |||
*/ | |||
public function testGetEntityStores($productData, $categoryData, $expectedStores) | |||
{ | |||
$this->markTestSkipped('Skipped until MAGETWO-63018'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, unskip test and try to run it.
@@ -121,6 +122,7 @@ public function testGetEntityStores($productData, $categoryData, $expectedStores | |||
*/ | |||
public function testGetEntityStoresProductStoresException() | |||
{ | |||
$this->markTestSkipped('Skipped until MAGETWO-63018'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, unskip test and try to run it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, let me try that.
removed stable: no tag
removed stable: no tag
removed skip test
removed stable:no tag
removed skip test
@sidolov Made changes and waiting to see how the build goes. |
Backport MAGETWO-59112 to 2.1.x
Description
Backport MAGETWO-59112 to 2.1.x
Fixed Issues (if relevant)
Invoice Address formating Issue
Manual testing scenarios
Contribution checklist