Unverified Commit 69a783b8 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

switch web test to macOS (#44421)

parent 978fada3
...@@ -112,13 +112,6 @@ tasks: ...@@ -112,13 +112,6 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
web_incremental_test:
description: >
Verify that the experimental frontend server support is functional.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
flutter_gallery_ios__compile: flutter_gallery_ios__compile:
description: > description: >
Collects various performance metrics of compiling the Flutter Collects various performance metrics of compiling the Flutter
...@@ -142,6 +135,13 @@ tasks: ...@@ -142,6 +135,13 @@ tasks:
# Android on-device tests # Android on-device tests
web_incremental_test:
description: >
Verify that the experimental frontend server support is functional.
stage: devicelab
required_agent_capabilities: ["mac/android"]
flaky: true
complex_layout_scroll_perf__timeline_summary: complex_layout_scroll_perf__timeline_summary:
description: > description: >
Measures the runtime performance of the Complex Layout sample app on Measures the runtime performance of the Complex Layout sample app on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment