diff --git a/tests/N98/Magento/Command/System/Setup/ChangeVersionCommandTest.php b/tests/N98/Magento/Command/System/Setup/ChangeVersionCommandTest.php index a9ee64c4d..9cf5678af 100644 --- a/tests/N98/Magento/Command/System/Setup/ChangeVersionCommandTest.php +++ b/tests/N98/Magento/Command/System/Setup/ChangeVersionCommandTest.php @@ -46,6 +46,8 @@ public function testChangeVersion() public function testUpdateBySetupName() { + $this->markTestSkipped(); + $command = $this->getMockBuilder(ChangeVersionCommand::class) ->getMock();