We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6438419 commit 91ceacdCopy full SHA for 91ceacd
app/code/Magento/Deploy/Test/Mftf/Suite/MagentoProductionModeOnlyTestSuite.xml
@@ -7,13 +7,8 @@
7
-->
8
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
9
<suite name="MagentoProductionModeOnlyTestSuite">
10
- <before>
11
- <magentoCLI command="deploy:mode:set production" stepKey="enableProductionMode"/>
12
- </before>
13
<include>
14
<group name="production_mode_only"/>
15
</include>
16
- <after>
17
- </after>
18
</suite>
19
</suites>
0 commit comments