Commit a4e23881 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Disable one WebRtcAudioBrowserTest on android emulators.

Bug: 1056325
Change-Id: Ic12a263fd56df460434c9ae078e45172ed58e3a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075973Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745543}
parent 1890d5ff
......@@ -2276,7 +2276,8 @@
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices",
"--avd-config=../../tools/android/avd/proto/generic_android23.textpb"
"--avd-config=../../tools/android/avd/proto/generic_android23.textpb",
"--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter"
],
"merge": {
"args": [
......@@ -6464,7 +6465,8 @@
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices",
"--avd-config=../../tools/android/avd/proto/generic_android28.textpb"
"--avd-config=../../tools/android/avd/proto/generic_android28.textpb",
"--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter"
],
"merge": {
"args": [
......
......@@ -84,6 +84,7 @@ source_set("content_browsertests_filters") {
data = [
"//testing/buildbot/filters/android.asan.content_browsertests.filter",
"//testing/buildbot/filters/android.emulator.content_browsertests.filter",
"//testing/buildbot/filters/bfcache.content_browsertests.filter",
"//testing/buildbot/filters/cast-linux.content_browsertests.filter",
"//testing/buildbot/filters/gpu.skiarenderer_vulkan_content_browsertests.filter",
......
# crbug.com/1056325
WebRtcAudioBrowserTest.EstablishAudioVideoCallAndVerifyLocalMutingWorks
......@@ -495,6 +495,16 @@
'shards': 16,
},
},
'android-marshmallow-x86-fyi-rel': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
],
},
'android-pie-x86-fyi-rel': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
],
},
'linux-blink-heap-concurrent-marking-tsan-rel': {
'swarming': {
'shards': 4,
......
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