Exclude admin console tests from Travis due to stability issues
This commit is contained in:
parent
8e127bf699
commit
265b6d5e2a
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ install:
|
|||
|
||||
script:
|
||||
- mvn test -B
|
||||
- mvn -file testsuite/integration-arquillian test -B
|
||||
- mvn -file testsuite/integration-arquillian test -B -Pno-console
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue