Skip to content

Commit 19c7574

Browse files
committed
MTA-3603: Create 'green' functional test suite
1 parent e367856 commit 19c7574

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/UpdateSimpleProductEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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\Product\UpdateSimpleProductEntityTest" summary="Update Simple Product" ticketId="MAGETWO-23544">
1010
<variation name="UpdateSimpleProductEntityTestVariation1">
11+
<data name="tag" xsi:type="string">stable:no</data>
1112
<data name="description" xsi:type="string">Update visibility to Catalog, Search</data>
1213
<data name="initialProduct/dataset" xsi:type="string">product_with_category</data>
1314
<data name="product/data/name" xsi:type="string">Test simple product %isolation%</data>
@@ -17,7 +18,6 @@
1718
<data name="product/data/url_key" xsi:type="string">test-simple-product-%isolation%</data>
1819
<data name="product/data/weight" xsi:type="string">120.0000</data>
1920
<data name="product/data/visibility" xsi:type="string">Catalog, Search</data>
20-
<data name="issue" xsi:type="string">MAGETWO-58145</data>
2121
<constraint name="Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
2222
<constraint name="Magento\Catalog\Test\Constraint\AssertProductForm" />
2323
<constraint name="Magento\Catalog\Test\Constraint\AssertProductInStock" />

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<constraint name="Magento\Store\Test\Constraint\AssertStoreNotOnFrontend" />
1818
</variation>
1919
<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>
2121
<data name="store/dataset" xsi:type="string">custom</data>
2222
<data name="createBackup" xsi:type="string">No</data>
2323
<constraint name="Magento\Store\Test\Constraint\AssertStoreSuccessDeleteMessage" />

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/DeleteStoreGroupEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<constraint name="Magento\Backup\Test\Constraint\AssertBackupInGrid" />
1717
</variation>
1818
<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>
2020
<data name="storeGroup/dataset" xsi:type="string">custom</data>
2121
<data name="createBackup" xsi:type="string">No</data>
2222
<constraint name="Magento\Store\Test\Constraint\AssertStoreGroupSuccessDeleteMessage" />

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class CreateTaxRuleEntityTest extends Injectable
2828
/* tags */
2929
const MVP = 'yes';
3030
const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
31+
const TO_MAINTAIN = 'yes';
3132
/* end tags */
3233

3334
/**

dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/basic_green.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
1010
<rule scope="testcase">
1111
<deny>
12-
<tag group="test_type" value="3rd_party_test_deprecated" />
1312
<tag group="stable" value="no" />
1413
<tag group="to_maintain" value="yes" />
1514
</deny>

0 commit comments

Comments
 (0)