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.
1 parent e1533b0 commit 56f0c1bCopy full SHA for 56f0c1b
dev/tests/integration/testsuite/Magento/Paypal/Controller/ExpressTest.php
@@ -140,12 +140,11 @@ 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