Skip to content

Commit bd4d60c

Browse files
committed
Increase timeout and skip test
1 parent b67ba5b commit bd4d60c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/VerifyCategoryProductAndProductCategoryPartialReindexTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<!-- Run cron -->
147147
<wait stepKey="waitBeforeRunMagentoCron" time="30"/>
148148
<magentoCLI stepKey="runMagentoCron" command="cron:run --group=index"/>
149-
<wait stepKey="waitAfterRunMagentoCron" time="60"/>
149+
<wait stepKey="waitAfterRunMagentoCron" time="90"/>
150150

151151
<!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are applied -->
152152
<!-- Category K contains only Products A, C -->
@@ -212,7 +212,7 @@
212212
<!-- Run Cron once to reindex product changes -->
213213
<wait stepKey="waitBeforeRunCronIndexAfterProductAssignToCategory" time="30"/>
214214
<magentoCLI stepKey="runCronIndexAfterProductAssignToCategory" command="cron:run --group=index"/>
215-
<wait stepKey="waitAfterRunCronIndexAfterProductAssignToCategory" time="60"/>
215+
<wait stepKey="waitAfterRunCronIndexAfterProductAssignToCategory" time="90"/>
216216

217217
<!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are applied -->
218218

app/code/Magento/Sales/Test/Mftf/Test/CreateOrderFromEditCustomerPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-16161"/>
1919
<group value="mtf_migrated"/>
20+
<skip>
21+
<issueId value="MC-36044"/>
22+
</skip>
2023
</annotations>
2124

2225
<before>

0 commit comments

Comments
 (0)