Skip to content

Commit 2880cc1

Browse files
authored
Stop running runtime tests on Android arm64 in main build (#59772)
1 parent 40ea975 commit 2880cc1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

eng/pipelines/runtime-staging.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)