Exclude conflicting subpackages from tests
This commit is contained in:
parent
6c11ea75d7
commit
1e8f04b1ee
@ -5,5 +5,11 @@ discover:
|
|||||||
- name: /smoke/help
|
- name: /smoke/help
|
||||||
test: |
|
test: |
|
||||||
python3 /usr/share/java-utils/mvn_build.py --help
|
python3 /usr/share/java-utils/mvn_build.py --help
|
||||||
|
prepare:
|
||||||
|
how: install
|
||||||
|
exclude:
|
||||||
|
- maven-local-openjdk8
|
||||||
|
- maven-local-openjdk11
|
||||||
|
- maven-local-openjdk17
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
Loading…
Reference in New Issue
Block a user