Skip to content

Commit

Permalink
Merge pull request #2023 from magento-engcom/test-isolation
Browse files Browse the repository at this point in the history
MAGETWO-87333: Broken Mainline Test Magento\Paypal\Controller\ExpressTest::testReturnAction
  • Loading branch information
Oleksii Korshenko authored Jan 31, 2018
2 parents 3c6f5b0 + 618ba22 commit 872638b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,12 @@ public function testStartActionCustomerToQuote()

/**
* Test return action with configurable product.
*
* @magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
*/
public function testReturnAction()
{
// Skipped due to MAGETWO-87333
//@magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
$this->markTestSkipped('MAGETWO-87333');
$quote = $this->_objectManager->create(Quote::class);
$quote->load('test_cart_with_configurable', 'reserved_order_id');

Expand Down

0 comments on commit 872638b

Please sign in to comment.