Skip to content

Commit 8406f8d

Browse files
committed
DNM: temporarily disable some windows tests to show fixes
1 parent 2224f81 commit 8406f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ task:
160160
- python build_msvc\msvc-autogen.py
161161
- msbuild build_msvc\bitcoin.sln -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
162162
unit_tests_script:
163-
- src\test_elements.exe -l test_suite
164-
- src\bench_elements.exe > NUL
163+
# - src\test_elements.exe -l test_suite
164+
# - src\bench_elements.exe > NUL
165165
- python test\util\test_runner.py
166166
- python test\util\rpcauth-test.py
167167
functional_tests_script:
@@ -172,7 +172,7 @@ task:
172172
# Exclude feature_dbcrash for now due to timeout
173173
# Exclude also wallet_avoidreuse due to timeout
174174
# Ignore failures for now, need to investigate but we really don't use native win64 builds
175-
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
175+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse,feature_trim_headers || true
176176

177177
task:
178178
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)