Skip to content

Commit 44266a3

Browse files
committed
MC-25132: Fix deadlocks related to crons / consumers
1 parent 847a7f1 commit 44266a3

18 files changed

+54
-0
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnMiniCartTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<magentoCLI command="config:set {{StorefrontPaypalMiniCartEnableCustomizeButtonConfigData.path}} {{StorefrontPaypalMiniCartEnableCustomizeButtonConfigData.value}}" stepKey="enableCustomizeButton"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<!-- Create product -->

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithCheckoutLabelOnCartPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<magentoCLI command="config:set {{StorefrontPaypalCartPageEnableCustomizeButtonConfigData.path}} {{StorefrontPaypalCartPageEnableCustomizeButtonConfigData.value}}" stepKey="enableCustomizeButton"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayLabelOnCartPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<magentoCLI command="config:set {{StorefrontPaypalCartPageEnableCustomizeButtonConfigData.path}} {{StorefrontPaypalCartPageEnableCustomizeButtonConfigData.value}}" stepKey="enableCustomizeButton"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayLabelOnCheckoutPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<createData entity="_defaultCategory" before="createProduct" stepKey="createCategory"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnCheckoutPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<createData entity="_defaultCategory" before="createProduct" stepKey="createCategory"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithPayPalLabelOnProductPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-28711"/>
1919
<group value="paypal"/>
2020
<group value="paypalExpress"/>
21+
<skip>
22+
<issueId value="MC-33951"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<magentoCLI command="config:set {{StorefrontPaypalProductPageButtonPayPalLabelConfigData.path}} {{StorefrontPaypalProductPageButtonPayPalLabelConfigData.value}}" stepKey="setLabelForPayPalSmartButton"/>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInCheckoutPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-13690"/>
1919
<group value="paypalExpress"/>
20+
<skip>
21+
<issueId value="MC-33951"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<!-- Login -->

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInMiniCartPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-27604"/>
1919
<group value="paypalExpress"/>
20+
<skip>
21+
<issueId value="MC-33951"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<!-- Login -->

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInProductPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-26167"/>
1919
<group value="paypalExpress"/>
20+
<skip>
21+
<issueId value="MC-33951"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<!-- Login -->

0 commit comments

Comments
 (0)