Skip to content

Commit cfac04d

Browse files
Merge pull request #6256 from magento-obsessive-owls/skip-paypal
[Owls] Skip PayPal MFTF test and sync PB release
2 parents def5066 + 876b359 commit cfac04d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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="paypal"/>
20+
<skip>
21+
<issueId value="MC-35792"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225

dev/tests/js/jasmine/tests/app/code/Magento/Signifyd/frontend/js/Fingerprint.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout;
2222
});
2323

24-
it('SIGNIFYD_GLOBAL object initialization check', function (done) {
24+
xit('SIGNIFYD_GLOBAL object initialization check', function (done) {
2525
var script = document.createElement('script');
2626

2727
script.setAttribute('src', 'https://cdn-scripts.signifyd.com/api/script-tag.js');

0 commit comments

Comments
 (0)