File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 93
93
QTBASEDIR : ' C:\Qt5.12.11_x64_static_vs2019_160900'
94
94
x64_NATIVE_TOOLS : ' "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
95
95
IgnoreWarnIntDirInTempDetected : ' true'
96
- EXCLUDE_TESTS : ' feature_asmap.py'
97
96
merge_script :
98
97
-
git config --global user.email "[email protected] "
99
98
- git config --global user.name "ci"
@@ -151,8 +150,8 @@ task:
151
150
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
152
151
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
153
152
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
154
- # TODO enable '--extended' and drop '--exclude' .
155
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% -- failfast
153
+ # TODO enable '--extended'.
154
+ - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --failfast
156
155
157
156
task :
158
157
name : ' ARM [unit tests, no functional tests] [bullseye]'
You can’t perform that action at this time.
0 commit comments