gaelyk / gradle-gaelyk-plugin

Gradle plugin that provides tasks for managing Gaelyk projects
Apache License 2.0
25 stars 5 forks source link

ability to skip integration tests #30

Closed musketyr closed 11 years ago

musketyr commented 11 years ago

@erdi is there some way how to skip integration tests during the build? it takes too much time when running on Jenkins

erdi commented 11 years ago

I could do that but I don't believe that 5 min is all that long. And those tests are kind of essential to make sure that we have no regression - in my opinion they should be run every single time on CI. If you have a different view then I can provide a mechanism to skip those tests.

musketyr commented 11 years ago

ok. Never mind, I've run it on larger instance and it worked quite good. Dne 19.11.2012 20:33 "Marcin Erdmann" notifications@github.com napsal(a):

I could do that but I don't believe that 5 min is all that long. And those tests are kind of essential to make sure that we have no regression - in my opinion they should be run every single time on CI. If you have a different view then I can provide a mechanism to skip those tests.

— Reply to this email directly or view it on GitHubhttps://github.com/gaelyk/gradle-gaelyk-plugin/issues/30#issuecomment-10527393.

erdi commented 11 years ago

should the ticket be closed then?