We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce6b0a commit 6dc2954Copy full SHA for 6dc2954
dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommandTest.php
@@ -138,6 +138,7 @@ public function testExecuteNothingImport()
138
*/
139
public function testImportStores()
140
{
141
+ $this->markTestSkipped('MAGETWO-67125');
142
$this->assertEmpty($this->hash->get());
143
144
$dumpCommand = $this->objectManager->create(ApplicationDumpCommand::class);
0 commit comments