Skip to content

Skip Tests Base on Tag 6.3.1

Shawn Sun edited this page Aug 10, 2017 · 1 revision

User can skip certain tests base on tags.

For example, running the following command to build the driver will skip tests that are tagged as slow:

mvn clean install -Pbuild42 -DskipTestTag=slow

If -DskipTestTag is not provided in the command, all tests will be executed.