Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions eng/pipelines/common/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,12 @@ stages:
- job: winui_ui_tests_${{ project.name }}
strategy:
matrix:
# WebView is excluded on Windows: Appium driver cannot attach to WebView2
# (appium/appium#22217 / dotnet/maui#35334). Remove this filter once fixed.
Comment thread
kubaflo marked this conversation as resolved.
${{ each categoryGroup in parameters.categoryGroupsToTest }}:
${{ categoryGroup }}:
CATEGORYGROUP: ${{ categoryGroup }}
${{ if ne(categoryGroup, 'WebView') }}:
${{ categoryGroup }}:
CATEGORYGROUP: ${{ categoryGroup }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }} # how long to run the job before automatically cancelling
workspace:
clean: all
Expand Down
Loading