File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
testsuites/Magento/Mtf/TestSuite/InjectableTests
Catalog/Test/TestCase/Product Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../../vendor/magento/mtf/etc/variations.xsd" >
9
9
<testCase name =" Magento\Catalog\Test\TestCase\Product\UpdateSimpleProductEntityTest" summary =" Update Simple Product" ticketId =" MAGETWO-23544" >
10
10
<variation name =" UpdateSimpleProductEntityTestVariation1" >
11
+ <data name =" tag" xsi : type =" string" >stable:no</data >
11
12
<data name =" description" xsi : type =" string" >Update visibility to Catalog, Search</data >
12
13
<data name =" initialProduct/dataset" xsi : type =" string" >product_with_category</data >
13
14
<data name =" product/data/name" xsi : type =" string" >Test simple product %isolation%</data >
17
18
<data name =" product/data/url_key" xsi : type =" string" >test-simple-product-%isolation%</data >
18
19
<data name =" product/data/weight" xsi : type =" string" >120.0000</data >
19
20
<data name =" product/data/visibility" xsi : type =" string" >Catalog, Search</data >
20
- <data name =" issue" xsi : type =" string" >MAGETWO-58145</data >
21
21
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
22
22
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductForm" />
23
23
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductInStock" />
Original file line number Diff line number Diff line change 17
17
<constraint name =" Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" />
18
18
</variation >
19
19
<variation name =" DeleteStoreEntityTestVariation2" >
20
- <data name =" tag" xsi : type =" string" >severity:S2</data >
20
+ <data name =" tag" xsi : type =" string" >severity:S2, stable:no </data >
21
21
<data name =" store/dataset" xsi : type =" string" >custom</data >
22
22
<data name =" createBackup" xsi : type =" string" >No</data >
23
23
<constraint name =" Magento\Store\Test\Constraint\AssertStoreSuccessDeleteMessage" />
Original file line number Diff line number Diff line change 16
16
<constraint name =" Magento\Backup\Test\Constraint\AssertBackupInGrid" />
17
17
</variation >
18
18
<variation name =" DeleteStoreGroupEntityTestVariation2" >
19
- <data name =" tag" xsi : type =" string" >severity:S3</data >
19
+ <data name =" tag" xsi : type =" string" >severity:S3, stable:no </data >
20
20
<data name =" storeGroup/dataset" xsi : type =" string" >custom</data >
21
21
<data name =" createBackup" xsi : type =" string" >No</data >
22
22
<constraint name =" Magento\Store\Test\Constraint\AssertStoreGroupSuccessDeleteMessage" />
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ class CreateTaxRuleEntityTest extends Injectable
28
28
/* tags */
29
29
const MVP = 'yes ' ;
30
30
const TEST_TYPE = 'acceptance_test, extended_acceptance_test ' ;
31
+ const TO_MAINTAIN = 'yes ' ;
31
32
/* end tags */
32
33
33
34
/**
Original file line number Diff line number Diff line change 9
9
xsi : noNamespaceSchemaLocation =" ../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd" >
10
10
<rule scope =" testcase" >
11
11
<deny >
12
- <tag group =" test_type" value =" 3rd_party_test_deprecated" />
13
12
<tag group =" stable" value =" no" />
14
13
<tag group =" to_maintain" value =" yes" />
15
14
</deny >
You can’t perform that action at this time.
0 commit comments