Skip to content

Commit

Permalink
ignore GrailsCliSpec on Travis for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Mar 2, 2015
1 parent 35ea4d5 commit e1afa36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import org.grails.config.CodeGenConfig
import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Ignore
import spock.lang.IgnoreIf
import spock.lang.Shared
import spock.lang.Specification

Expand All @@ -21,6 +22,7 @@ import java.util.concurrent.TimeUnit
import static net.sf.expectit.matcher.Matchers.anyString
import static net.sf.expectit.matcher.Matchers.contains

@IgnoreIf({ System.getenv('TRAVIS') })
class GrailsCliSpec extends Specification {
static int EXPECT_TIMEOUT_SECONDS = (System.getenv('TRAVIS') == 'true' || System.getenv('BUILD_TAG')) ? 180 : 20

Expand Down

0 comments on commit e1afa36

Please sign in to comment.