We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c6f5b0 + 618ba22 commit 872638bCopy full SHA for 872638b
dev/tests/integration/testsuite/Magento/Paypal/Controller/ExpressTest.php
@@ -140,11 +140,12 @@ public function testStartActionCustomerToQuote()
140
141
/**
142
* Test return action with configurable product.
143
- *
144
- * @magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
145
*/
146
public function testReturnAction()
147
{
+ // Skipped due to MAGETWO-87333
+ //@magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
148
+ $this->markTestSkipped('MAGETWO-87333');
149
$quote = $this->_objectManager->create(Quote::class);
150
$quote->load('test_cart_with_configurable', 'reserved_order_id');
151
0 commit comments