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
Hide 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:
...
@@ -327,14 +327,14 @@ tasks:
stage
:
devicelab
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
required_agent_capabilities
:
[
"
linux/android"
]
flutter_gallery_instrumentation_test
:
#
flutter_gallery_instrumentation_test:
description
:
>
#
description: >
Same as flutter_gallery__transition_perf but uses Android instrumentation
#
Same as flutter_gallery__transition_perf but uses Android instrumentation
framework, and therefore does not require a host computer to run. This
#
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.
#
test can run on off-the-shelf infrastructures, such as Firebase Test Lab.
stage
:
devicelab
#
stage: devicelab
required_agent_capabilities
:
[
"
linux/android"
]
#
required_agent_capabilities: ["linux/android"]
flaky
:
true
#
flaky: true
flutter_attach_test
:
flutter_attach_test
:
description
:
>
description
:
>
...
@@ -524,12 +524,12 @@ tasks:
...
@@ -524,12 +524,12 @@ tasks:
stage
:
devicelab_ios
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
required_agent_capabilities
:
[
"
mac/ios"
]
macos_chrome_dev_mode
:
#
macos_chrome_dev_mode:
description
:
>
#
description: >
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
# marked as flaky while infra is under heavy development
#
flaky: true # marked as flaky while infra is under heavy development
build_benchmark_ios
:
build_benchmark_ios
:
description
:
>
description
:
>
...
@@ -587,11 +587,11 @@ tasks:
...
@@ -587,11 +587,11 @@ tasks:
stage
:
devicelab_win
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows/android"
]
required_agent_capabilities
:
[
"
windows/android"
]
run_without_leak_win
:
#
run_without_leak_win:
description
:
>
#
description: >
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"]
# Tests running on Linux hosts
# Tests running on Linux hosts
...
@@ -658,23 +658,23 @@ tasks:
...
@@ -658,23 +658,23 @@ tasks:
stage
:
devicelab
stage
:
devicelab
required_agent_capabilities
:
[
"
linux/android"
]
required_agent_capabilities
:
[
"
linux/android"
]
run_without_leak_linux
:
#
run_without_leak_linux:
description
:
>
#
description: >
Checks that `flutter run` does not leak dart on Linux.
#
Checks that `flutter run` does not leak dart on Linux.
stage
:
devicelab
#
stage: devicelab
required_agent_capabilities
:
[
"
linux/android"
]
#
required_agent_capabilities: ["linux/android"]
flaky
:
true
#
flaky: true
run_without_leak_mac
:
#
run_without_leak_mac:
description
:
>
#
description: >
Checks that `flutter run` does not leak dart on macOS.
#
Checks that `flutter run` does not leak dart on macOS.
stage
:
devicelab
#
stage: devicelab
required_agent_capabilities
:
[
"
mac/android"
]
#
required_agent_capabilities: ["mac/android"]
flaky
:
true
#
flaky: true
android_splash_screen_integration_test
:
#
android_splash_screen_integration_test:
description
:
>
#
description: >
Runs end-to-end test of Flutter's Android splash behavior.
#
Runs end-to-end test of Flutter's Android splash behavior.
stage
:
devicelab
#
stage: devicelab
required_agent_capabilities
:
[
"
linux/android"
]
#
required_agent_capabilities: ["linux/android"]
flaky
:
true
#
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