Skip to content

Commit 2266693

Browse files
committed
CI: Win64 native: disable more tests to avoid timeout
1 parent 7f56623 commit 2266693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ task:
170170
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
171171
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
172172
# Exclude feature_dbcrash for now due to timeout
173-
# Exclude also wallet_avoidreuse due to timeout
173+
# Exclude also wallet_avoidreuse and feature_trim_headers 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)