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 0c7b1e4 commit c2843a2Copy full SHA for c2843a2
setup/src/Magento/Setup/Test/Unit/Module/I18n/Dictionary/Writer/Csv/StdoTest.php
@@ -19,6 +19,7 @@ protected function setUp()
19
20
public function testThatHandlerIsRight()
21
{
22
+ $this->markTestSkipped('This is skiped as we should not close the STDO!');
23
$objectManagerHelper = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
24
/** @var \Magento\Setup\Module\I18n\Dictionary\Writer\Csv $writer */
25
$writer = $objectManagerHelper->getObject(\Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class);
0 commit comments