Skip to content

Commit 53bba76

Browse files
committed
Merge branch 'MC-11936' into 2.3-develop-mftf-pr14
2 parents 960239d + ce4c1e3 commit 53bba76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/ProductAttribute/UpdateProductAttributeEntityTest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Catalog\Test\TestCase\ProductAttribute\UpdateProductAttributeEntityTest" summary="Update Product Attribute" ticketId="MAGETWO-23459">
1010
<variation name="UpdateProductAttributeEntityTestVariation1">
11-
<data name="tag" xsi:type="string">to_maintain:yes</data>
1211
<data name="attributeSet/dataset" xsi:type="string">custom_attribute_set</data>
1312
<data name="productAttributeOriginal/dataset" xsi:type="string">attribute_type_text_field</data>
1413
<data name="attribute/data/frontend_label" xsi:type="string">Text_Field_%isolation%</data>
@@ -29,7 +28,6 @@
2928
<constraint name="Magento\Catalog\Test\Constraint\AssertAddedProductAttributeOnProductForm" />
3029
</variation>
3130
<variation name="UpdateProductAttributeEntityTestVariation2">
32-
<data name="tag" xsi:type="string">to_maintain:yes</data>
3331
<data name="attributeSet/dataset" xsi:type="string">custom_attribute_set</data>
3432
<data name="productAttributeOriginal/dataset" xsi:type="string">attribute_type_dropdown</data>
3533
<data name="attribute/data/frontend_label" xsi:type="string">Dropdown_%isolation%</data>
@@ -55,14 +53,15 @@
5553
<constraint name="Magento\Catalog\Test\Constraint\AssertAddedProductAttributeOnProductForm" />
5654
</variation>
5755
<variation name="UpdateProductAttributeEntityTestVariation3">
56+
<data name="issue" xsi:type="string">MAGETWO-46494: [FT] UpdateProductAttributeEntityTestVariation3 does not actually create an attribute to check</data>
57+
<data name="tag" xsi:type="string">to_maintain:yes</data>
5858
<data name="attributeSet/dataset" xsi:type="string">custom_attribute_set</data>
5959
<data name="productAttributeOriginal/dataset" xsi:type="string">tax_class_id</data>
6060
<data name="attribute/data/is_searchable" xsi:type="string">Yes</data>
6161
<data name="attribute/data/is_visible_in_advanced_search" xsi:type="string">Yes</data>
6262
<data name="cacheTags" xsi:type="array">
6363
<item name="0" xsi:type="string">FPC</item>
6464
</data>
65-
<data name="tag" xsi:type="string">to_maintain:yes</data>
6665
<constraint name="Magento\PageCache\Test\Constraint\AssertCacheIsRefreshableAndInvalidated" />
6766
<constraint name="Magento\CatalogSearch\Test\Constraint\AssertAdvancedSearchProductByAttribute" />
6867
</variation>

0 commit comments

Comments
 (0)