Skip to content

Commit

Permalink
Merge pull request magento#832 from magento-engcom/MSI-454
Browse files Browse the repository at this point in the history
MSI-454: Unskip and fix `Magento\GroupedImportExport\Model\GroupedTest`
  • Loading branch information
Valeriy Nayda authored Apr 4, 2018
2 parents be069bb + eae5ebe commit d67502a
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,36 +48,4 @@ protected function assertEqualsSpecificAttributes($expectedProduct, $actualProdu

$this->assertEquals($expectedAssociatedProductSkus, $actualAssociatedProductSkus);
}

/**
* @magentoAppArea adminhtml
* @magentoDbIsolation enabled
* @magentoAppIsolation enabled
*
* @param array $fixtures
* @param string[] $skus
* @param string[] $skippedAttributes
* @dataProvider importReplaceDataProvider
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function testImportReplace($fixtures, $skus, $skippedAttributes = [])
{
$this->markTestSkipped('https://github.com/magento-engcom/msi/issues/454');
}

/**
* @magentoAppArea adminhtml
* @magentoDbIsolation enabled
* @magentoAppIsolation enabled
*
* @param array $fixtures
* @param string[] $skus
* @param string[] $skippedAttributes
* @dataProvider importReplaceDataProvider
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function testImportReplaceWithPagination($fixtures, $skus, $skippedAttributes = [])
{
$this->markTestSkipped('https://github.com/magento-engcom/msi/issues/454');
}
}

0 comments on commit d67502a

Please sign in to comment.