mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
mark tests as not flaky (#26334)
This commit is contained in:
parent
e2c0349157
commit
ff170ab5f3
@ -117,7 +117,6 @@ tasks:
|
|||||||
Measures the runtime performance of culling opacity widgets on Android.
|
Measures the runtime performance of culling opacity widgets on Android.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["mac/android"]
|
required_agent_capabilities: ["mac/android"]
|
||||||
flaky: true # mark a new test as flaky
|
|
||||||
|
|
||||||
flavors_test:
|
flavors_test:
|
||||||
description: >
|
description: >
|
||||||
@ -333,7 +332,6 @@ tasks:
|
|||||||
Checks that the module project template works and supports add2app on iOS.
|
Checks that the module project template works and supports add2app on iOS.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["mac/ios"]
|
required_agent_capabilities: ["mac/ios"]
|
||||||
flaky: true
|
|
||||||
|
|
||||||
external_ui_integration_test_ios:
|
external_ui_integration_test_ios:
|
||||||
description: >
|
description: >
|
||||||
@ -488,7 +486,6 @@ tasks:
|
|||||||
Android.
|
Android.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true # https://github.com/flutter/flutter/issues/25481
|
|
||||||
|
|
||||||
flutter_gallery__transition_perf_with_semantics:
|
flutter_gallery__transition_perf_with_semantics:
|
||||||
description: >
|
description: >
|
||||||
@ -496,7 +493,6 @@ tasks:
|
|||||||
with semantics enabled.
|
with semantics enabled.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true # https://github.com/flutter/flutter/issues/25481
|
|
||||||
|
|
||||||
flutter_gallery__memory_nav:
|
flutter_gallery__memory_nav:
|
||||||
description: >
|
description: >
|
||||||
@ -509,7 +505,6 @@ tasks:
|
|||||||
Measures memory usage after Android app suspend and resume.
|
Measures memory usage after Android app suspend and resume.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true # https://github.com/flutter/flutter/issues/25855
|
|
||||||
|
|
||||||
analyzer_benchmark:
|
analyzer_benchmark:
|
||||||
description: >
|
description: >
|
||||||
|
Loading…
Reference in New Issue
Block a user