no more profile IT tests runs per default (#8138)

This commit is contained in:
Olivier Lamy 2022-06-09 11:34:25 +10:00 committed by GitHub
parent 0d13cbe9a7
commit 23948f1b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ Integration tests location
--------------------
Test projects are located within the folder: src/it
Running the tests
--------------------
As they can be long to run, the tests do not run per default. So to run them you must activate a profile using the command line argument: ```-Prun-its```
Running single test
--------------------
You can run single or set of test as well using the command line argument: ```-Dinvoker.test=it-parent-pom,jetty-run-mojo-it,jetty-run-war*-it,!jetty-run-distro*```