Skip to content

Commit fa87230

Browse files
author
MarcoFalke
committed
ci: Enable extended tests on native Windows
1 parent f036c35 commit fa87230

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
@@ -150,8 +150,8 @@ task:
150150
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
151151
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
152152
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
153-
# TODO enable '--extended'.
154-
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast
153+
# Exclude feature_dbcrash for now due to timeout
154+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast --extended --exclude feature_dbcrash
155155

156156
task:
157157
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)