Skip to content

Commit 4befc8f

Browse files
committed
ci: Enable feature_asmap.py test on native Windows
1 parent eabc2c4 commit 4befc8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ task:
9393
QTBASEDIR: 'C:\Qt5.12.11_x64_static_vs2019_160900'
9494
x64_NATIVE_TOOLS: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
9595
IgnoreWarnIntDirInTempDetected: 'true'
96-
EXCLUDE_TESTS: 'feature_asmap.py'
9796
merge_script:
9897
- git config --global user.email "[email protected]"
9998
- git config --global user.name "ci"
@@ -151,8 +150,8 @@ task:
151150
# See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
152151
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
153152
- 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
156155

157156
task:
158157
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)