File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ task:
150
150
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
151
151
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
152
152
- 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
155
155
156
156
task :
157
157
name : ' ARM [unit tests, no functional tests] [bullseye]'
You can’t perform that action at this time.
0 commit comments