Skip to content
Snippets Groups Projects
Commit be1f06902861 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

windows: skip test-clonebundles-autogen.t in the CI

This test is hanging the CI, so lets ignore it for now.
parent f514c5acfdd6
No related branches found
No related tags found
2 merge requests!1083Merge stable into default,!1068preparation for Windows Wheel building
......@@ -300,6 +300,9 @@
- echo "$Env:RUNTEST_ARGS"
- echo "$Env:TMP"
- echo "$Env:TEMP"
# This test is hanging the worker and not that important, so lets skip
# it for now
- C:/hgdev/MinGW/msys/1.0/bin/sh.exe -c 'cd "$OLDPWD" && echo tests/test-clonebundles-autogen.t > $TMP_WORK_DIR/windows-skip.txt'
- C:/hgdev/MinGW/msys/1.0/bin/sh.exe
--login -c 'cd "$OLDPWD"
......@@ -313,7 +316,7 @@
variables:
RUNTEST_ARGS: ""
FLAVOR: ""
FILTER: "--blacklist ${TMP_WORK_DIR}/check-tests.txt"
FILTER: "--blacklist ${TMP_WORK_DIR}/check-tests.txt --blacklist ${TMP_WORK_DIR}/windows-skip.txt"
windows:
extends: .windows-runtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment