Skip to content

Commit 4c954cd

Browse files
committed
AC-13520: Transaction Authorization Not Displayed in Transaction Tab After PayPal Smart Button Order
Revert mftf test changes to exclude the test from running in github PR as it is thirdpary test
1 parent b14d4cc commit 4c954cd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright 2024 Adobe
5-
* All rights reserved.
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
66
*/
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -17,6 +17,7 @@
1717
<testCaseId value="AC-6159"/>
1818
<group value="3rd_party_integration"/>
1919
<group value="paypalExpress"/>
20+
<group value="pr_exclude"/>
2021
</annotations>
2122
<before>
2223
<createData entity="SimpleProduct" stepKey="simpleProduct"/>

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright 2024 Adobe
5-
* All rights reserved.
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
66
*/
77
-->
88

@@ -17,6 +17,7 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="AC-6137"/>
1919
<group value="3rd_party_integration"/>
20+
<group value="pr_exclude"/>
2021
</annotations>
2122
<before>
2223
<createData entity="SimpleProduct" stepKey="simpleProduct"/>

0 commit comments

Comments
 (0)