From f2931dbd8c8f1aeb674c08050bf2feb3dc4d65ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:31:04 -0700 Subject: [PATCH] Remove the 'Windows_arm64 plugin_test' Devicelab test (#136379) This removes the `Windows_arm64 plugin_test` as Devicelab tests aren't able to target Android from a Windows Arm64 host yet. I opened https://github.com/flutter/flutter/issues/136378 to track this work. --- .ci.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 2b7c3a3987e..cc01fed1ed4 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4813,26 +4813,6 @@ targets: - bin/** - .ci.yaml - - name: Windows_arm64 plugin_test - recipe: devicelab/devicelab_drone - bringup: true # https://github.com/flutter/flutter/issues/134083 - timeout: 60 - properties: - dependencies: >- - [ - {"dependency": "android_sdk", "version": "version:33v6"}, - {"dependency": "chrome_and_driver", "version": "version:117.0"}, - {"dependency": "open_jdk", "version": "version:11"} - ] - tags: > - ["devicelab", "hostonly", "windows", "arm64"] - task_name: plugin_test - runIf: - - dev/** - - packages/flutter_tools/** - - bin/** - - .ci.yaml - - name: Windows plugin_test_windows recipe: devicelab/devicelab_drone timeout: 60