diff --git a/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/ssc/SSCAppVersionSpec.groovy b/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/ssc/SSCAppVersionSpec.groovy index 3b7ca8a6e3..3ef9960859 100644 --- a/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/ssc/SSCAppVersionSpec.groovy +++ b/fcli-other/fcli-functional-test/src/ftest/groovy/com/fortify/cli/ftest/ssc/SSCAppVersionSpec.groovy @@ -95,7 +95,7 @@ class SSCAppVersionSpec extends FcliBaseSpec { } } - + /* def "createWithCopy"() { def args = "ssc appversion create --from=10060 --auto-required-attrs --issue-template=Prioritized\\ High\\ Risk\\ Issue\\ Template ${versionSupplier.version.appName}:copied --store=copied" when: @@ -140,8 +140,8 @@ class SSCAppVersionSpec extends FcliBaseSpec { size()==3 it[1].contains("High 2") } - } + }*/ //TODO add tests to verify copying of attributes once that is implemented //the copy action in the UI using the /bulk endpoint sets a copyVersionAttributes flag which doesnt seem to do anything atm //waiting for feedback from PM if that is supposed to be working, if not Alex plans to implement it client side -} \ No newline at end of file +}