Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameter to disable integration test #67

Open
krishna81m opened this issue Mar 30, 2015 · 2 comments
Open

parameter to disable integration test #67

krishna81m opened this issue Mar 30, 2015 · 2 comments

Comments

@krishna81m
Copy link

Most integration test plugins have a parameter to control integration test runs or piggback on using existing parameters. Can you include a parameter or leverage existing parameters to disable integration tests to temporarily stop the plugin from running for dev builds please and save us some time?

Or support one of the following
-Dcobertura.skip -Dcassandra.skip=true -Dmaven.test.skip -DskipTests -DskipSlowTask=true Djdeb.skip=true

We use failsafe-maven-plugin to run your integration tests and
-DskipITs will skip only the integration tests (i.e. failsafe tests only)
-DskipTests will skip the surefire and failsafe tests
-Dmaven.test.skip=true will skip compiling the tests as well as running them (surefire or failsafe)

@yegor256
Copy link
Member

@krishna81m you can use -Dmysql.skip=true... I think it will work. please try and let me know

@yegor256
Copy link
Member

@krishna81m any news here? please close the ticket if it works for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants