0c8de3eb4c
Thi patch skip integration tests which fails on gates until specified bug will be resolved. @decorators.skip_because doesn't work somewhy so I used unittest.skip instead of it. I'll fix skip_because decorator in a follow up patch. Related-Bug: #1792028 Change-Id: Ida79b5064c2457afc15db6e63a45478d711e02b5
5 lines
75 B
YAML
5 lines
75 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- fetch-tox-output
|
|
- fetch-subunit-output |