Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
440a9110
Unverified
Commit
440a9110
authored
Sep 10, 2019
by
Jonah Williams
Committed by
GitHub
Sep 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove failing devicelab tests (#40155)
parent
7179b665
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
37 deletions
+37
-37
manifest.yaml
dev/devicelab/manifest.yaml
+37
-37
No files found.
dev/devicelab/manifest.yaml
View file @
440a9110
...
...
@@ -327,14 +327,14 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
flutter_gallery_instrumentation_test
:
description
:
>
Same as flutter_gallery__transition_perf but uses Android instrumentation
framework, and therefore does not require a host computer to run. This
test can run on off-the-shelf infrastructures, such as Firebase Test Lab.
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
flaky
:
true
#
flutter_gallery_instrumentation_test:
#
description: >
#
Same as flutter_gallery__transition_perf but uses Android instrumentation
#
framework, and therefore does not require a host computer to run. This
#
test can run on off-the-shelf infrastructures, such as Firebase Test Lab.
#
stage: devicelab
#
required_agent_capabilities: ["linux/android"]
#
flaky: true
flutter_attach_test
:
description
:
>
...
...
@@ -524,12 +524,12 @@ tasks:
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
macos_chrome_dev_mode
:
description
:
>
Run flutter web on the devicelab and hot restart.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
flaky
:
true
# marked as flaky while infra is under heavy development
#
macos_chrome_dev_mode:
#
description: >
#
Run flutter web on the devicelab and hot restart.
#
stage: devicelab_ios
#
required_agent_capabilities: ["mac/ios"]
#
flaky: true # marked as flaky while infra is under heavy development
build_benchmark_ios
:
description
:
>
...
...
@@ -587,11 +587,11 @@ tasks:
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows/android"
]
run_without_leak_win
:
description
:
>
Checks that `flutter run` does not leak dart.exe on Windows.
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows/android"
]
#
run_without_leak_win:
#
description: >
#
Checks that `flutter run` does not leak dart.exe on Windows.
#
stage: devicelab_win
#
required_agent_capabilities: ["windows/android"]
# Tests running on Linux hosts
...
...
@@ -658,23 +658,23 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
run_without_leak_linux
:
description
:
>
Checks that `flutter run` does not leak dart on Linux.
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
flaky
:
true
#
run_without_leak_linux:
#
description: >
#
Checks that `flutter run` does not leak dart on Linux.
#
stage: devicelab
#
required_agent_capabilities: ["linux/android"]
#
flaky: true
run_without_leak_mac
:
description
:
>
Checks that `flutter run` does not leak dart on macOS.
stage
:
devicelab
required_agent_capabilities
:
[
"
mac/android"
]
flaky
:
true
#
run_without_leak_mac:
#
description: >
#
Checks that `flutter run` does not leak dart on macOS.
#
stage: devicelab
#
required_agent_capabilities: ["mac/android"]
#
flaky: true
android_splash_screen_integration_test
:
description
:
>
Runs end-to-end test of Flutter's Android splash behavior.
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
flaky
:
true
#
android_splash_screen_integration_test:
#
description: >
#
Runs end-to-end test of Flutter's Android splash behavior.
#
stage: devicelab
#
required_agent_capabilities: ["linux/android"]
#
flaky: true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment