martin-g commented on a change in pull request #126:
URL: https://github.com/apache/atlas/pull/126#discussion_r602850219
##########
File path: README.txt
##########
@@ -52,8 +52,8 @@ Build Process
2. Execute the following commands to build Apache Atlas
$ export MAVEN_OPTS="-Xms2g -Xmx2g"
- $ mvn clean install
- $ mvn clean package -Pdist
+ $ mvn clean install -DskipTests
+ $ mvn clean package -Pdist -DskipTests
Review comment:
The right way is to fix the failing tests, not to update the
documentation to ignore them. Or worse - to delete the tests.
If you don't know how to fix the tests then file an issue explaining the
problem and leave it to someone who knows what to do. In the meantime use
`-DskipTests` **locally**.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]