summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-05-25 22:03:04 (GMT)
committerGitHub <noreply@github.com>2023-05-25 22:03:04 (GMT)
commit2c9b0f3071a27815e7912ce6858500ded8585ae1 (patch)
tree2e94d5b6ed8f789cf1b78ff53c617b2e35548199
parentf22ddbfc7aef8e7b6930fbe779ec1431a4ed1755 (diff)
downloadcpython-2c9b0f3071a27815e7912ce6858500ded8585ae1.zip
cpython-2c9b0f3071a27815e7912ce6858500ded8585ae1.tar.gz
cpython-2c9b0f3071a27815e7912ce6858500ded8585ae1.tar.bz2
[3.10] Skip test_sundry on Windows APPX tests (GH-104944)
-rw-r--r--.azure-pipelines/windows-layout-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/windows-layout-steps.yml b/.azure-pipelines/windows-layout-steps.yml
index e15729f..3d2e9bd 100644
--- a/.azure-pipelines/windows-layout-steps.yml
+++ b/.azure-pipelines/windows-layout-steps.yml
@@ -12,7 +12,7 @@ steps:
displayName: Show layout info (${{ parameters.kind }})
- ${{ if eq(parameters.fulltest, 'true') }}:
- - script: .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\tmp-${{ parameters.kind }}-$(arch)"
+ - script: .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml" --tempdir "$(Build.BinariesDirectory)\tmp-${{ parameters.kind }}-$(arch)" -i test_sundry
workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch)
displayName: ${{ parameters.kind }} Tests
env: