Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit d0239da

Browse files
author
Andrey Konosov
committed
MAGETWO-81281: Stabilize 2.2-develop branch on CI
1 parent 8499bd7 commit d0239da

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/CreateExistingCustomerBackendEntity.xml

Lines changed: 1 addition & 0 deletions
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\Customer\Test\TestCase\CreateExistingCustomerBackendEntity" summary="Create Existing Customer from Backend" ticketId="MAGETWO-43685">
1010
<variation name="CreateExistingCustomerBackendEntity1" summary="Create existing customer on Backend.">
11+
<data name="tag" xsi:type="string">stable:no</data>
1112
<data name="customer/dataset" xsi:type="string">default</data>
1213
<constraint name="Magento\Customer\Test\Constraint\AssertCustomerBackendDuplicateErrorMessage" />
1314
</variation>

dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<constraint name="Magento\Install\Test\Constraint\AssertRewritesEnabled" />
4343
</variation>
4444
<variation name="InstallTestVariation5" summary="Install with enabled secure urls">
45+
<data name="tag" xsi:type="string">stable:no</data>
4546
<data name="user/dataset" xsi:type="string">default</data>
4647
<data name="install/httpsFront" xsi:type="string">Use HTTPS for Magento Storefront</data>
4748
<data name="install/httpsAdmin" xsi:type="string">Use HTTPS for Magento Admin</data>

dev/tests/functional/tests/app/Magento/UrlRewrite/Test/TestCase/CreateProductWithSeveralWebsitesUrlRewriteTest.xml

Lines changed: 1 addition & 0 deletions
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\UrlRewrite\Test\TestCase\CreateProductWithSeveralWebsitesUrlRewriteTest" summary="Test product url rewrites when it is created in several websites">
1010
<variation name="CreateSimpleProductEntityWithSeveralWebsites" summary="Create product with several websites and check URL Rewites" ticketId="MAGETWO-27238">
11+
<data name="tag" xsi:type="string">stable:no</data>
1112
<data name="product/data/url_key" xsi:type="string">simple-product-%isolation%</data>
1213
<data name="product/data/name" xsi:type="string">Simple Product %isolation%</data>
1314
<data name="product/data/sku" xsi:type="string">simple_sku_%isolation%</data>

dev/tests/functional/tests/app/Magento/Variable/Test/TestCase/UpdateCustomVariableEntityTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<constraint name="Magento\Variable\Test\Constraint\AssertCustomVariableInPage" />
2020
</variation>
2121
<variation name="UpdateCustomVariableEntityTestVariation2">
22+
<data name="tag" xsi:type="string">stable:no</data>
2223
<data name="customVariable/data/code" xsi:type="string">variableCode%isolation%</data>
2324
<data name="customVariable/data/name" xsi:type="string">variableName%isolation%</data>
2425
<data name="customVariable/data/use_default_value" xsi:type="string">No</data>
@@ -42,6 +43,7 @@
4243
<constraint name="Magento\Variable\Test\Constraint\AssertCustomVariableInPage" />
4344
</variation>
4445
<variation name="UpdateCustomVariableEntityTestVariation4">
46+
<data name="tag" xsi:type="string">stable:no</data>
4547
<data name="customVariable/data/code" xsi:type="string">variableCode%isolation%</data>
4648
<data name="customVariable/data/name" xsi:type="string">variableName%isolation%</data>
4749
<data name="customVariable/data/use_default_value" xsi:type="string">No</data>

0 commit comments

Comments
 (0)