add prod builder for android stack size test (#75533)

* add prod builder for android stack size test

* mark flaky
This commit is contained in:
chunhtai 2021-02-09 10:30:27 -08:00 committed by GitHub
parent 01d60a74e3
commit d927f77535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,12 @@
"task_name": "linux_android_obfuscate_test",
"flaky": false
},
{
"name": "Linux android_stack_size_test",
"repo": "flutter",
"task_name": "linux_android_stack_size_test",
"flaky": true
},
{
"name": "Linux android_view_scroll_perf__timeline_summary",
"repo": "flutter",