Skip to content

Commit

Permalink
Merge pull request #167 from magento-fearless-kiwis/FearlessKiwis-MAG…
Browse files Browse the repository at this point in the history
…ETWO-35278-Random-Integration-Test-Failure

[FearlessKiwis] MAGETWO-35278 Random integration test failure
  • Loading branch information
Tang, Yu(ytang1) committed Mar 19, 2015
2 parents 9050a27 + 04d76cb commit f340c06
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ public static function tearDownAfterClass()
self::$_generatorWorkingDir . '/fixtures/tax_rates.csv.bak',
self::$_generatorWorkingDir . '/fixtures/tax_rates.csv'
);
/** @var $appCache \Magento\Framework\App\Cache */
$appCache = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get('Magento\Framework\App\Cache');
$appCache->clean(
[
\Magento\Eav\Model\Cache\Type::CACHE_TAG,
\Magento\Eav\Model\Entity\Attribute::CACHE_TAG,
]
);
}

/**
Expand Down

0 comments on commit f340c06

Please sign in to comment.