Skip to content

Commit 48d5a00

Browse files
author
Oleksii Korshenko
committed
Merge remote-tracking branch 'origin/MAGETWO-64462-PR-8487' into develop-prs
2 parents d5ab18f + 5ca779e commit 48d5a00

File tree

1 file changed

+1
-0
lines changed
  • setup/src/Magento/Setup/Test/Unit/Module/I18n/Dictionary/Writer/Csv

1 file changed

+1
-0
lines changed

setup/src/Magento/Setup/Test/Unit/Module/I18n/Dictionary/Writer/Csv/StdoTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ protected function setUp()
1919

2020
public function testThatHandlerIsRight()
2121
{
22+
$this->markTestSkipped('This is skiped as we should not close the STDO!');
2223
$objectManagerHelper = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
2324
/** @var \Magento\Setup\Module\I18n\Dictionary\Writer\Csv $writer */
2425
$writer = $objectManagerHelper->getObject(\Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class);

0 commit comments

Comments
 (0)