Browse Source

mark test as incomplete

saeid 6 years ago
parent
commit
7e6c37544c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/TestCase/Command/CompletionCommandTest.php

+ 4 - 0
tests/TestCase/Command/CompletionCommandTest.php

@@ -157,6 +157,10 @@ class CompletionCommandTest extends ConsoleIntegrationTestCase
      */
     public function testOptionsShellTask()
     {
+        //details: https://github.com/cakephp/cakephp/pull/13533
+        $this->markTestIncomplete(
+            'This test does not work correctly with shells.'
+        );
         $this->exec('completion options sample sample');
         $this->assertExitCode(Shell::CODE_SUCCESS);