Skip to content

Commit d1b1276

Browse files
[ACQE-7714] added pr_exclude for repeated failure in mainlinepr to work on
1 parent b90fc99 commit d1b1276

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
8+
89
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
910
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1011
<test name="AdminCaptureInvoiceForPaypalBillingAgreementTest">
@@ -16,6 +17,7 @@
1617
<severity value="MAJOR"/>
1718
<testCaseId value="AC-4942"/>
1819
<group value="3rd_party_integration"/>
20+
<group value="pr_exclude"/>
1921
</annotations>
2022
<before>
2123
<!-- Simple product is created -->

app/code/Magento/Translation/Test/Mftf/Test/StorefrontButtonsInlineTranslationOnProductPageTest.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 © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -20,6 +20,7 @@
2020
<group value="translation"/>
2121
<group value="catalog"/>
2222
<group value="developer_mode_only"/>
23+
<group value="pr_exclude"/>
2324
</annotations>
2425
<before>
2526
<!-- Enable Translate Inline For Storefront -->

0 commit comments

Comments
 (0)