]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] Skip test_sundry on Windows APPX tests (GH-104944)
authorSteve Dower <steve.dower@python.org>
Thu, 25 May 2023 22:03:04 +0000 (23:03 +0100)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 22:03:04 +0000 (23:03 +0100)
.azure-pipelines/windows-layout-steps.yml

index e15729fac3443db1fb0c07c72d1e0f00af5f950d..3d2e9bdf10ac68a7d734927d0c54e3202b87b7fb 100644 (file)
@@ -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: