Skip to content

Commit ef7b72d

Browse files
committed
ci: remove 'or true' in windows native
1 parent 0fd8b1f commit ef7b72d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ task:
169169
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
170170
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
171171
# Heavier tests are moved to a secondary task
172-
# Exclude feature_dbcrash and feature_fee_estimation, failing https://github.com/ElementsProject/elements/pull/1298
173172
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude wallet_avoidreuse,feature_trim_headers,feature_dbcrash,feature_fee_estimation
174173

175174
task:
@@ -186,8 +185,7 @@ task:
186185
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
187186
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
188187
# Execute tests excluded from the main task
189-
# Ignore failures for now until https://github.com/ElementsProject/elements/pull/1298 is merged
190-
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 wallet_avoidreuse feature_trim_headers feature_dbcrash feature_fee_estimation || true
188+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 wallet_avoidreuse feature_trim_headers feature_dbcrash feature_fee_estimation
191189

192190
task:
193191
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)