Skip to content

Commit

Permalink
Better advice for skipping tests in README.md (#4157)
Browse files Browse the repository at this point in the history
This causes test artifacts to be built even though tests are not run.

Signed-off-by: Jesse Wilson <jwilson@squareup.com>
  • Loading branch information
swankjesse authored and gregw committed Oct 4, 2019
1 parent c19d33d commit d4270d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ The first build may take a longer than expected as Maven downloads all the depen

The build tests do a lot of stress testing, and on some machines it is necessary to set the file descriptor limit to greater than 2048 for the tests to all pass successfully.

It is possible to bypass tests by building with `mvn -Dmaven.test.skip=true install` but note that this will not produce some of the test jars that are leveraged in other places in the build.
It is possible to bypass tests by building with `mvn clean install -DskipTests`.

Professional Services
---------------------
Expand Down

0 comments on commit d4270d9

Please sign in to comment.