From 26c7d40ec781b6dbd39d0a3ce79c2cf2c8406d6c Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Fri, 11 Aug 2023 14:21:10 -0400 Subject: [PATCH] Disable LLVM AOT ARM64 lane (#90413) --- eng/pipelines/extra-platforms/runtime-extra-platforms-other.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/extra-platforms/runtime-extra-platforms-other.yml b/eng/pipelines/extra-platforms/runtime-extra-platforms-other.yml index 40f75bfbd7c9a..13d3352393fa7 100644 --- a/eng/pipelines/extra-platforms/runtime-extra-platforms-other.yml +++ b/eng/pipelines/extra-platforms/runtime-extra-platforms-other.yml @@ -324,7 +324,7 @@ jobs: runtimeFlavor: mono platforms: - linux_x64 - - linux_arm64 + # - linux_arm64 variables: - name: timeoutPerTestInMinutes value: 60