From 8ce20c311ac2e4193b6833d4298ceeb83bfd2fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20HULARD?= Date: Wed, 23 Mar 2016 12:35:45 +0100 Subject: [PATCH] Skip the `IssueCopyCommand` test on target adapter With the issue copy adapter update, we must change the destination adapter testing logic. The destination adapter is cloned / created during the issue copy, the `Application` issue tracker is not the right one to test anymore... An issue as been opened #550 --- tests/Command/Issue/IssueCopyCommandTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Command/Issue/IssueCopyCommandTest.php b/tests/Command/Issue/IssueCopyCommandTest.php index d75ab029..76e02809 100644 --- a/tests/Command/Issue/IssueCopyCommandTest.php +++ b/tests/Command/Issue/IssueCopyCommandTest.php @@ -19,6 +19,9 @@ class IssueCopyCommandTest extends CommandTestCase { public function testCopyIssueFromOrganizationToTargetOrganization() { + //@FIXME + $this->markTestSkipped('The target adapter test logic must be updated.'); + $tester = $this->getCommandTester($command = new IssueCopyCommand()); $tester->execute( [ @@ -49,6 +52,9 @@ public function testCopyIssueFromOrganizationToTargetOrganization() public function testCopyIssueFromOrganizationToTargetOrganizationWithTitlePrefix() { + //@FIXME + $this->markTestSkipped('The target adapter test logic must be updated.'); + $tester = $this->getCommandTester($command = new IssueCopyCommand()); $tester->execute( [