Skip to content

Commit

Permalink
Merge pull request magento#853 from magento-engcom/421
Browse files Browse the repository at this point in the history
MSI-421: Unskip and fix \Magento\Setup\Fixtures\FixtureModelTest::testFixtureGeneration
  • Loading branch information
Valeriy Nayda authored Apr 5, 2018
2 parents cd91a5f + bec12bd commit 8bc7767
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public static function setUpBeforeClass()
*/
public function testExecute()
{
$this->markTestSkipped('https://github.com/magento-engcom/msi/issues/421');
$profile = BP . "/setup/performance-toolkit/profiles/{$this->getEdition()}/small.xml";
$this->commandTester->execute(
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public static function setUpBeforeClass()
*/
public function testFixtureGeneration()
{
$this->markTestSkipped('https://github.com/magento-engcom/msi/issues/421');
$reindexCommand = Bootstrap::getObjectManager()->get(
\Magento\Indexer\Console\Command\IndexerReindexCommand::class
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ protected function tearDown()

public function testProductGeneration()
{
$this->markTestSkipped('https://github.com/magento-engcom/msi/issues/421');
$name = 'Simple Product Name';
$sku = 'simple_product_sku';
$price = 7.99;
Expand Down

0 comments on commit 8bc7767

Please sign in to comment.