Skip to content

Commit 2c25b50

Browse files
authored
Skip problematic tests in Safari using --exclude (#18585)
Workaround for #16229.
1 parent d1d8d8b commit 2c25b50

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure-pipelines.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ jobs:
334334
channel: stable
335335
- template: tools/ci/azure/update_hosts.yml
336336
- template: tools/ci/azure/update_manifest.yml
337-
- script: no_proxy='*' ./wpt run --no-manifest-update --no-restart-on-unexpected --no-fail-on-unexpected --this-chunk=$(System.JobPositionInPhase) --total-chunks=$(System.TotalJobsInPhase) --chunk-type hash --log-wptreport $(Build.ArtifactStagingDirectory)/wpt_report_$(System.JobPositionInPhase).json --log-wptscreenshot $(Build.ArtifactStagingDirectory)/wpt_screenshot_$(System.JobPositionInPhase).txt --log-tbpl - --log-tbpl-level info safari
337+
# --exclude is a workaround for https://github.com/web-platform-tests/wpt/issues/16229
338+
- script: no_proxy='*' ./wpt run --no-manifest-update --no-restart-on-unexpected --no-fail-on-unexpected --this-chunk=$(System.JobPositionInPhase) --total-chunks=$(System.TotalJobsInPhase) --chunk-type hash --log-wptreport $(Build.ArtifactStagingDirectory)/wpt_report_$(System.JobPositionInPhase).json --log-wptscreenshot $(Build.ArtifactStagingDirectory)/wpt_screenshot_$(System.JobPositionInPhase).txt --log-tbpl - --log-tbpl-level info safari --exclude /inert/inert-retargeting.tentative.html --exclude /inert/inert-retargeting-iframe.tentative.html
338339
displayName: 'Run tests'
339340
- task: PublishBuildArtifacts@1
340341
displayName: 'Publish results'
@@ -365,7 +366,8 @@ jobs:
365366
- template: tools/ci/azure/install_safari.yml
366367
- template: tools/ci/azure/update_hosts.yml
367368
- template: tools/ci/azure/update_manifest.yml
368-
- script: no_proxy='*' ./wpt run --no-manifest-update --no-restart-on-unexpected --no-fail-on-unexpected --this-chunk=$(System.JobPositionInPhase) --total-chunks=$(System.TotalJobsInPhase) --chunk-type hash --log-wptreport $(Build.ArtifactStagingDirectory)/wpt_report_$(System.JobPositionInPhase).json --log-wptscreenshot $(Build.ArtifactStagingDirectory)/wpt_screenshot_$(System.JobPositionInPhase).txt --log-tbpl - --log-tbpl-level info --channel preview safari
369+
# --exclude is a workaround for https://github.com/web-platform-tests/wpt/issues/16229
370+
- script: no_proxy='*' ./wpt run --no-manifest-update --no-restart-on-unexpected --no-fail-on-unexpected --this-chunk=$(System.JobPositionInPhase) --total-chunks=$(System.TotalJobsInPhase) --chunk-type hash --log-wptreport $(Build.ArtifactStagingDirectory)/wpt_report_$(System.JobPositionInPhase).json --log-wptscreenshot $(Build.ArtifactStagingDirectory)/wpt_screenshot_$(System.JobPositionInPhase).txt --log-tbpl - --log-tbpl-level info --channel preview safari --exclude /inert/inert-retargeting.tentative.html --exclude /inert/inert-retargeting-iframe.tentative.html --exclude /payment-request/
369371
displayName: 'Run tests'
370372
- task: PublishBuildArtifacts@1
371373
displayName: 'Publish results'

0 commit comments

Comments
 (0)