Skip to content

Commit 5bdc621

Browse files
committed
B2B-1967: [AWS Aurora] [MFTF]: Investigate CE Build Test Failures
- Fixing flaky test
1 parent 120c145 commit 5bdc621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/CatalogRuleConfigurable/Test/Mftf/Test/AdminApplyCatalogRuleForConfigurableProductWithAssignedSimpleProducts2Test.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@
175175
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
176176

177177
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
178-
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
178+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">
179+
<argument name="indices" value=""/>
180+
</actionGroup>
179181
</after>
180182

181183
<!-- Create catalog price rule -->

0 commit comments

Comments
 (0)