Skip to content

Commit 91ceacd

Browse files
[ACQE-4983] Removing production mode deploy command as it is default setting
1 parent 6438419 commit 91ceacd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/code/Magento/Deploy/Test/Mftf/Suite/MagentoProductionModeOnlyTestSuite.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
-->
88
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
99
<suite name="MagentoProductionModeOnlyTestSuite">
10-
<before>
11-
<magentoCLI command="deploy:mode:set production" stepKey="enableProductionMode"/>
12-
</before>
1310
<include>
1411
<group name="production_mode_only"/>
1512
</include>
16-
<after>
17-
</after>
1813
</suite>
1914
</suites>

0 commit comments

Comments
 (0)