Skip to content

Commit 60fb61d

Browse files
committed
MAGETWO-84967: Set auto increment to 3 for Performance test plan
1 parent 7a60088 commit 60fb61d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,6 @@ public function tearDown()
101101
parent::tearDown();
102102
}
103103

104-
public static function tearDownAfterClass()
105-
{
106-
parent::tearDownAfterClass();
107-
108-
/** @var $appCache \Magento\Framework\App\Cache */
109-
$appCache = Bootstrap::getObjectManager()->get(\Magento\Framework\App\Cache::class);
110-
$appCache->clean(
111-
[
112-
\Magento\Eav\Model\Cache\Type::CACHE_TAG,
113-
\Magento\Eav\Model\Entity\Attribute::CACHE_TAG,
114-
]
115-
);
116-
}
117-
118104
public static function setUpBeforeClass()
119105
{
120106
$db = Bootstrap::getInstance()->getBootstrap()
@@ -129,7 +115,8 @@ public static function setUpBeforeClass()
129115
}
130116

131117
/**
132-
*
118+
* @magentoAppArea adminhtml
119+
* @magentoAppIsolation enabled
133120
*/
134121
public function testExecute()
135122
{

0 commit comments

Comments
 (0)