Skip to content

Commit c76761e

Browse files
Reenable the nexus 6p tests (#136689)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
1 parent 6eea6e2 commit c76761e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ targets:
458458
"--device", "model=Nexus5,version=22",
459459
"--device", "model=Nexus5,version=23",
460460
"--device", "model=Nexus5,version=24",
461+
"--device", "model=Nexus6P,version=25",
461462
"--device", "model=Nexus6P,version=26",
462463
"--device", "model=Nexus6P,version=27"
463464
]
@@ -488,6 +489,7 @@ targets:
488489
"--device", "model=Nexus5,version=21",
489490
"--device", "model=Nexus5,version=22",
490491
"--device", "model=Nexus5,version=23",
492+
"--device", "model=Nexus6P,version=25",
491493
"--device", "model=Nexus6P,version=26",
492494
"--device", "model=Nexus6P,version=27"
493495
]
@@ -518,6 +520,7 @@ targets:
518520
"--device", "model=Nexus5,version=21",
519521
"--device", "model=Nexus5,version=22",
520522
"--device", "model=Nexus5,version=23",
523+
"--device", "model=Nexus6P,version=25",
521524
"--device", "model=Nexus6P,version=26",
522525
"--device", "model=Nexus6P,version=27"
523526
]

0 commit comments

Comments
 (0)