aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-27 18:22:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-28 20:12:36 +0200
commitfa87230ec5c32df83b22c04c12d69c394e58fe4c (patch)
tree95eb4f19acf00b4206515379fcd71be48a8da1e7 /.cirrus.yml
parentf036c35e51fea8cf2a0dc41c10c47e37fc01e999 (diff)
downloadbitcoin-fa87230ec5c32df83b22c04c12d69c394e58fe4c.tar.xz
ci: Enable extended tests on native Windows
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index b1d27540ed..48747ac138 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -150,8 +150,8 @@ task:
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
- # TODO enable '--extended'.
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast
+ # Exclude feature_dbcrash for now due to timeout
+ - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast --extended --exclude feature_dbcrash
task:
name: 'ARM [unit tests, no functional tests] [bullseye]'