File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -176,16 +176,10 @@ task:
176176 # See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
177177 - netsh int ipv4 set dynamicport tcp start=1025 num=64511
178178 - netsh int ipv6 set dynamicport tcp start=1025 num=64511
179- - mkdir artifactsdir
180179 # Exclude feature_dbcrash for now due to timeout
181180 # Exclude also wallet_avoidreuse due to timeout
182181 # Ignore failures for now, need to investigate but we really don't use native win64 builds
183182 - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash,wallet_avoidreuse || true
184- artifacts :
185- paths :
186- - artifactsdir/**/*.log
187- - artifactsdir/**/tmp*
188- - artifactsdir/**/*.conf
189183
190184task :
191185 name : ' ARM [unit tests, no functional tests] [bullseye]'
You can’t perform that action at this time.
0 commit comments