Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Ignore spec that deletes build/libs
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jan 31, 2014
1 parent beb763a commit 2ab5d7c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@ import org.eclipse.jgit.transport.RefSpec
import org.gradle.api.GradleException
import org.gradle.api.Project
import org.gradle.testfixtures.ProjectBuilder
import spock.lang.Ignore
import spock.lang.Specification

class HerokuAppDeploySpec extends Specification {
Expand Down Expand Up @@ -146,6 +147,7 @@ class HerokuAppDeploySpec extends Specification {
called
}

@Ignore
void "should not deploy if build artifacts not present"() {
given:
def appName = "appName"
Expand Down

0 comments on commit 2ab5d7c

Please sign in to comment.