From bec12bd309d0f81246f2bbf5bad143ba3b79893d Mon Sep 17 00:00:00 2001 From: RomanKis Date: Thu, 5 Apr 2018 15:28:26 +0300 Subject: [PATCH] MSI-421: Unskip and fix \Magento\Setup\Fixtures\FixtureModelTest::testFixtureGeneration --- .../Setup/Console/Command/GenerateFixturesCommandTest.php | 1 - .../testsuite/Magento/Setup/Fixtures/FixtureModelTest.php | 1 - .../Setup/Model/FixtureGenerator/ProductGeneratorTest.php | 1 - 3 files changed, 3 deletions(-) diff --git a/dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php b/dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php index 92a4d9934075e..eaa8b2f6fdbbf 100644 --- a/dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php +++ b/dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php @@ -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( [ diff --git a/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php b/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php index 83d87cb0742bb..312f29898d709 100644 --- a/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php +++ b/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php @@ -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 ); diff --git a/dev/tests/integration/testsuite/Magento/Setup/Model/FixtureGenerator/ProductGeneratorTest.php b/dev/tests/integration/testsuite/Magento/Setup/Model/FixtureGenerator/ProductGeneratorTest.php index 30f2b0c23bbe7..52316c4086161 100644 --- a/dev/tests/integration/testsuite/Magento/Setup/Model/FixtureGenerator/ProductGeneratorTest.php +++ b/dev/tests/integration/testsuite/Magento/Setup/Model/FixtureGenerator/ProductGeneratorTest.php @@ -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;