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 -->

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Users are able to perform PayPal Express Checkout method using PayPal Smart Button on Shopping Cart, payment action is Sale, make sure checkout as guest is not available"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-27605"/>
19+
<skip>
20+
<issueId value="MC-33951"/>
21+
</skip>
1922
</annotations>
2023
<before>
2124
<!-- Login -->

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

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

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-33274"/>
1919
<group value="paypalExpress"/>
20+
<skip>
21+
<issueId value="MC-33951"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<magentoCLI command="config:set {{StorefrontPaypalEnableSkipOrderReviewStepConfigData.path}} {{StorefrontPaypalEnableSkipOrderReviewStepConfigData.value}}" stepKey="enableSkipOrderReview"/>

0 commit comments

Comments
 (0)