File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -401,12 +401,13 @@ jobs:
401401 eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
402402 eq(variables['isFullMatrix'], true))
403403 # don't run tests on PRs until we can get significantly more devices
404- ${{ if eq(variables['isFullMatrix'], true) }} :
405- # extra steps, run tests
406- extraStepsTemplate : /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
407- extraStepsParameters :
408- creator : dotnet-bot
409- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
404+ # Turn off the testing for now, until https://github.com/dotnet/xharness/issues/663 gets resolved
405+ # ${{ if eq(variables['isFullMatrix'], true) }}:
406+ # # extra steps, run tests
407+ # extraStepsTemplate: /eng/pipelines/common/templates/runtimes/android-runtime-and-send-to-helix.yml
408+ # extraStepsParameters:
409+ # creator: dotnet-bot
410+ # testRunNamePrefixSuffix: Mono_$(_BuildConfig)
410411
411412# Run disabled installer tests on Linux x64
412413- template : /eng/pipelines/common/platform-matrix.yml
You can’t perform that action at this time.
0 commit comments