Open scottmarlow opened 8 years ago
Instead of running the NoSQL tests via "./integration-tests.sh -Dnosql-tests", switch to using "./integration-tests.sh -Dts.nosql"
Also make sure that -DallTests does not include the NoSQL tests, since most developers will not have a local NoSQL database to test against.
Some notes about not running the NoSQL tests in allTests, is at http://lists.jboss.org/pipermail/wildfly-dev/2016-September/005445.html
Also read http://lists.jboss.org/pipermail/wildfly-dev/2016-September/005450.html
Instead of running the NoSQL tests via "./integration-tests.sh -Dnosql-tests", switch to using "./integration-tests.sh -Dts.nosql"
Also make sure that -DallTests does not include the NoSQL tests, since most developers will not have a local NoSQL database to test against.