Skip to content

Commit 56f0c1b

Browse files
committed
MAGETWO-87333: Broken Mainline Test Magento\Paypal\Controller\ExpressTest::testReturnAction
- Unskip test to validate stability on Jenkins
1 parent e1533b0 commit 56f0c1b

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)