Skip to content

Commit 463d449

Browse files
committed
Bug 1575481 [wpt PR 18585] - Skip problematic tests in Safari using --exclude, a=testonly
Automatic update from web-platform-tests Skip problematic tests in Safari using --exclude (#18585) Workaround for web-platform-tests/wpt#16229. -- wpt-commits: 2c25b504c582b31efdd33ae429de78efe9558331 wpt-pr: 18585 UltraBlame original commit: 73225a9e209478b617cfc3024ed0523425e3efce
1 parent 8216090 commit 463d449

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

testing/web-platform/tests/.azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
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)