Skip to content

Commit

Permalink
Ignore API27 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Dec 20, 2023
1 parent 97aec9e commit 059ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/device-tests.yml
Expand Up @@ -144,7 +144,7 @@ stages:
windows: $(System.DefaultWorkingDirectory)/src/Core/tests/DeviceTests/Core.DeviceTests.csproj
- name: controls
desc: Controls
androidApiLevelsExclude: [25] # Ignore for now API25 since the runs's are not stable
androidApiLevelsExclude: [27, 25] # Ignore for now API25 since the runs's are not stable
windowsPackageId: 'com.microsoft.maui.controls.devicetests'
android: $(System.DefaultWorkingDirectory)/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj
ios: $(System.DefaultWorkingDirectory)/src/Controls/tests/DeviceTests/Controls.DeviceTests.csproj
Expand Down

0 comments on commit 059ba24

Please sign in to comment.