ci: mark test_cli_installer_win as allow_failure: true
This commit is contained in:
parent
e67274f0ff
commit
ddfb59657c
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ test_cli_installer_win:
|
|||
variables:
|
||||
IDF_PATH: "$CI_PROJECT_DIR"
|
||||
timeout: 3h
|
||||
allow_failure: true
|
||||
script:
|
||||
# Tools must be downloaded for testing
|
||||
- python ${IDF_PATH}\tools\idf_tools.py download required qemu-riscv32 qemu-xtensa cmake
|
||||
|
|
|
|||
Loading…
Reference in a new issue