Commit fabfb073 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Don't run integration tests with out of process network service on Android trybots.

Waterfall should be enough because we expect failures that are specific to this config to be rare. We also don't want to run the tests twice on the CQ for capacity reasons.

Bug: 953463
Change-Id: I2d2e217512e4d2d3d181ff5eda0f7caec403af6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636222
Auto-Submit: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarChris Mumford <cmumford@google.com>
Cr-Commit-Position: refs/heads/master@{#664884}
parent 83be4f7d
This diff is collapsed.
......@@ -1025,6 +1025,34 @@
},
},
},
'network_service_out_of_process_chrome_public_test_apk': {
# Don't run on trybots; waterfall is enough.
'remove_from': [
'android-kitkat-arm-rel',
'android-marshmallow-arm64-rel'
],
},
'network_service_out_of_process_components_browsertests': {
# Don't run on trybots; waterfall is enough.
'remove_from': [
'android-kitkat-arm-rel',
'android-marshmallow-arm64-rel'
],
},
'network_service_out_of_process_content_browsertests': {
# Don't run on trybots; waterfall is enough.
'remove_from': [
'android-kitkat-arm-rel',
'android-marshmallow-arm64-rel'
],
},
'network_service_out_of_process_content_shell_test_apk': {
# Don't run on trybots; waterfall is enough.
'remove_from': [
'android-kitkat-arm-rel',
'android-marshmallow-arm64-rel'
],
},
'network_service_webview_instrumentation_test_apk': {
# Only run these on the phone testers for now due to capacity.
'remove_from': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment