Skip to content

Commit d2b51b5

Browse files
Merge branch '2.2-develop' of github.com:magento/magento2ce into 2.2-bugs
2 parents 5ed87be + 0b382b3 commit d2b51b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Paypal/Controller/ExpressTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,12 @@ public function testStartActionCustomerToQuote()
141141
/**
142142
* Test return action with configurable product.
143143
*
144-
* @magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
144+
* #magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php skipped due to MAGETWO-75517
145145
*/
146146
public function testReturnAction()
147147
{
148+
149+
$this->markTestSkipped('Test skipped due to MAGETWO-75517');
148150
$quote = $this->_objectManager->create(Quote::class);
149151
$quote->load('test_cart_with_configurable', 'reserved_order_id');
150152

0 commit comments

Comments
 (0)