Unverified Commit 2d26bafe authored by Chris Yang's avatar Chris Yang Committed by GitHub

remove --trace-startup (#66568)

parent 3f25aebc
...@@ -38,6 +38,7 @@ TaskFunction createUiKitViewScrollPerfTest() { ...@@ -38,6 +38,7 @@ TaskFunction createUiKitViewScrollPerfTest() {
'test_driver/uikit_view_scroll_perf.dart', 'test_driver/uikit_view_scroll_perf.dart',
'platform_views_scroll_perf', 'platform_views_scroll_perf',
testDriver: 'test_driver/scroll_perf_test.dart', testDriver: 'test_driver/scroll_perf_test.dart',
needsFullTimeline: false,
).run; ).run;
} }
......
...@@ -506,7 +506,6 @@ tasks: ...@@ -506,7 +506,6 @@ tasks:
Measures the runtime performance of platform views in the Complex Layout sample app on iPhone 6. Measures the runtime performance of platform views in the Complex Layout sample app on iPhone 6.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
flaky: true
flutter_gallery_ios32__start_up: flutter_gallery_ios32__start_up:
description: > description: >
......
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