Skip to content

Commit 4b25a9b

Browse files
authored
Merge pull request #1614 from magento-panda/2.2.1-MERGED-PR
Fixed issue: MAGETWO-53332 [FT] InstallTest variations 2 & 5 fail
2 parents c38ae90 + 6c5ac70 commit 4b25a9b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
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>
4645
<data name="user/dataset" xsi:type="string">default</data>
4746
<data name="install/httpsFront" xsi:type="string">Use HTTPS for Magento Storefront</data>
4847
<data name="install/httpsAdmin" xsi:type="string">Use HTTPS for Magento Admin</data>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" ?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9+
<preference for="Magento\Config\Test\Handler\ConfigData\ConfigDataInterface" type="Magento\Config\Test\Handler\ConfigData\Curl" />
10+
<preference for="Magento\Integration\Test\Handler\Integration\IntegrationInterface" type="Magento\Integration\Test\Handler\Integration\Curl" />
11+
</config>

0 commit comments

Comments
 (0)