Commit f3c08c1c authored by Mike Bjorge's avatar Mike Bjorge Committed by Commit Bot

[Chromecast] Temporarily disable MidiTaskServiceTest.RunBoundTasks

This test is failing on v1 devices. Disable the test temporarily to
get the dashboards green again so this failure doesn't mask other
failures. Should get re-enabled once the test issue is resolved.

BUG=744777
TEST=midi_unittests

Change-Id: I4db7b1fdb7ce9b73f8e9cf161b4080cf9e10f143
Reviewed-on: https://chromium-review.googlesource.com/575197Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
Commit-Queue: Mike Bjorge <mbjorge@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487578}
parent 8b321a16
...@@ -266,6 +266,17 @@ cast_test_group("cast_tests") { ...@@ -266,6 +266,17 @@ cast_test_group("cast_tests") {
} }
filters += [ media_unittests_filter ] filters += [ media_unittests_filter ]
midi_unittests_filter = {
test_name = "midi_unittests"
if (!is_cast_desktop_build && !is_cast_audio_only) {
# Disable MidiTaskServiceTest.RunBoundTasks. This is failing on v1
# devices. Temporarily disable to get dashboards green again while the
# failure is investigated. (crbug/744777)
gtest_excludes = [ "MidiTaskServiceTest.RunBoundTasks" ]
}
}
filters += [ midi_unittests_filter ]
net_unittests_filter = { net_unittests_filter = {
test_name = "net_unittests" test_name = "net_unittests"
if (using_sanitizer) { if (using_sanitizer) {
......
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