Update flakiness of tests (#34374)
This commit is contained in:
parent
a8e775e012
commit
704009541f
@ -130,7 +130,6 @@ tasks:
|
|||||||
Run flutter web on the devicelab and hot restart.
|
Run flutter web on the devicelab and hot restart.
|
||||||
stage: devicelab_win
|
stage: devicelab_win
|
||||||
required_agent_capabilities: ["windows/android"]
|
required_agent_capabilities: ["windows/android"]
|
||||||
flaky: true
|
|
||||||
|
|
||||||
# Android on-device tests
|
# Android on-device tests
|
||||||
|
|
||||||
@ -343,7 +342,6 @@ tasks:
|
|||||||
Measures the size of a dart2js bundle.
|
Measures the size of a dart2js bundle.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true
|
|
||||||
|
|
||||||
|
|
||||||
# iOS on-device tests
|
# iOS on-device tests
|
||||||
@ -435,7 +433,6 @@ tasks:
|
|||||||
stage: devicelab_ios
|
stage: devicelab_ios
|
||||||
required_agent_capabilities: ["mac/ios"]
|
required_agent_capabilities: ["mac/ios"]
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
flaky: true
|
|
||||||
|
|
||||||
ios_sample_catalog_generator:
|
ios_sample_catalog_generator:
|
||||||
description: >
|
description: >
|
||||||
@ -448,7 +445,6 @@ tasks:
|
|||||||
Run flutter web on the devicelab and hot restart.
|
Run flutter web on the devicelab and hot restart.
|
||||||
stage: devicelab_ios
|
stage: devicelab_ios
|
||||||
required_agent_capabilities: ["mac/ios"]
|
required_agent_capabilities: ["mac/ios"]
|
||||||
flaky: true
|
|
||||||
|
|
||||||
# Tests running on Windows host
|
# Tests running on Windows host
|
||||||
|
|
||||||
@ -481,7 +477,6 @@ tasks:
|
|||||||
Checks that `flutter run` does not leak dart.exe on Windows.
|
Checks that `flutter run` does not leak dart.exe on Windows.
|
||||||
stage: devicelab_win
|
stage: devicelab_win
|
||||||
required_agent_capabilities: ["windows/android"]
|
required_agent_capabilities: ["windows/android"]
|
||||||
flaky: true
|
|
||||||
|
|
||||||
# Tests running on Linux hosts
|
# Tests running on Linux hosts
|
||||||
|
|
||||||
@ -534,13 +529,13 @@ 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
|
||||||
|
|
||||||
flutter_gallery__image_cache_memory:
|
flutter_gallery__image_cache_memory:
|
||||||
description: >
|
description: >
|
||||||
Measures memory usage for a list of large red squares in smaller containers.
|
Measures memory usage for a list of large red squares in smaller containers.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true
|
|
||||||
|
|
||||||
analyzer_benchmark:
|
analyzer_benchmark:
|
||||||
description: >
|
description: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user