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 5ed87be + 0b382b3 commit d2b51b5Copy full SHA for d2b51b5
dev/tests/integration/testsuite/Magento/Paypal/Controller/ExpressTest.php
@@ -141,10 +141,12 @@ public function testStartActionCustomerToQuote()
141
/**
142
* Test return action with configurable product.
143
*
144
- * @magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php
+ * #magentoDataFixture Magento/Paypal/_files/quote_express_configurable.php skipped due to MAGETWO-75517
145
*/
146
public function testReturnAction()
147
{
148
+
149
+ $this->markTestSkipped('Test skipped due to MAGETWO-75517');
150
$quote = $this->_objectManager->create(Quote::class);
151
$quote->load('test_cart_with_configurable', 'reserved_order_id');
152
0 commit comments