From f582c0c573e2b86c985a2b4bdebb7a0109662fca Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 22 Jun 2023 22:10:54 -0700 Subject: [PATCH] Add comments to .ci.yaml that were removed from recipes. (#129321) Firebaselab recipe was cleaned up and comments removed. This is adding the still valid comments to the .ci.yaml file. --- .ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 6ec94e1fa1..12d6e83aca 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -445,6 +445,8 @@ targets: "--device", "model=redfin,version=30", "--device", "model=griffin,version=24" ] + # TODO(flutter/flutter#123331): This device is flaking. + # "--device", "model=Nexus6P,version=25", virtual_devices: >- [ "--device", "model=Nexus5,version=21", @@ -471,6 +473,8 @@ targets: "--device", "model=redfin,version=30", "--device", "model=griffin,version=24" ] + # TODO(flutter/flutter#123331): This device is flaking. + # "--device", "model=Nexus6P,version=25", virtual_devices: >- [ "--device", "model=Nexus5,version=21", @@ -497,6 +501,8 @@ targets: "--device", "model=redfin,version=30", "--device", "model=griffin,version=24" ] + # TODO(flutter/flutter#123331): This device is flaking. + # "--device", "model=Nexus6P,version=25", virtual_devices: >- [ "--device", "model=Nexus5,version=21",