Skip to content

Commit 3bfc7a3

Browse files
author
Joan He
committed
Merge remote-tracking branch 'owls/MAGETWO-87333-unstable-paypal-test' into BugFixPR
2 parents e4818e0 + 56f0c1b commit 3bfc7a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,11 @@ public function testStartActionCustomerToQuote()
140140

141141
/**
142142
* Test return action with configurable product.
143+
*
144+
* @magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
143145
*/
144146
public function testReturnAction()
145147
{
146-
// Skipped due to MAGETWO-87333
147-
//@magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
148-
$this->markTestSkipped('MAGETWO-87333');
149148
$quote = $this->_objectManager->create(Quote::class);
150149
$quote->load('test_cart_with_configurable', 'reserved_order_id');
151150

0 commit comments

Comments
 (0)