File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
app/code/Magento/AwsS3/Test/Mftf/Suite Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11
11
<!-- Enable AWS S3 Remote Storage -->
12
12
<magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.enable_options}}" stepKey =" enableRemoteStorage" />
13
13
</before >
14
+ <after >
15
+ <!-- Disable Remote Storage -->
16
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
17
+ </after >
14
18
<include >
15
19
<group name =" remote_storage_aws_s3" />
16
20
</include >
Original file line number Diff line number Diff line change 11
11
<!-- Disable Remote Storage -->
12
12
<magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
13
13
</before >
14
+ <after >
15
+ <!-- Disable Remote Storage -->
16
+ <magentoCLI command =" setup:config:set {{RemoteStorageAwsS3ConfigData.disable_options}}" stepKey =" disableRemoteStorage" />
17
+ </after >
14
18
<include >
15
19
<group name =" remote_storage_disabled" />
16
20
</include >
You can’t perform that action at this time.
0 commit comments