Commit 0faff696 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add a filter file to base_unittests running on the cros hardware bot.

And disable the one failing test.

Bug: 917086
Change-Id: I3abc37faef3b2c5fb182075b48737c3e512d8e72
Reviewed-on: https://chromium-review.googlesource.com/c/1387548Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618625}
parent 35fd6e51
......@@ -3873,6 +3873,9 @@
],
"gtest_tests": [
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.base_unittests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
......
......@@ -31,6 +31,7 @@ source_set("browser_tests_filters") {
source_set("chromeos_filters") {
data = [
"//testing/buildbot/filters/chromeos.base_unittests.filter",
"//testing/buildbot/filters/chromeos.media_unittests.filter",
"//testing/buildbot/filters/chromeos.services_unittests.filter",
]
......
# TODO(crbug.com/917086): Enable this.
-SysInfoTest.GetHardwareInfo
......@@ -462,7 +462,11 @@
},
'chromeos_device_kevin_tests': {
'base_unittests': {},
'base_unittests': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.base_unittests.filter',
],
},
'chrome_kevin_tast_tests': {},
'cros_vm_sanity_test': {},
},
......
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