Commit 4780f1dd authored by Luke Halliwell's avatar Luke Halliwell Committed by Commit Bot

[Chromecast] Disable flaky LayerTreeHostTilesTestPartialInvalidation*

Bug: 767080
Bug: internal b/65844132
Change-Id: Id0d1280e7ff202b2541a54077ee4df459a5dc62a
Reviewed-on: https://chromium-review.googlesource.com/676464Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
Commit-Queue: Luke Halliwell <halliwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503625}
parent cc2e14c6
...@@ -193,9 +193,11 @@ cast_test_group("cast_tests") { ...@@ -193,9 +193,11 @@ cast_test_group("cast_tests") {
if (!is_cast_desktop_build) { if (!is_cast_desktop_build) {
#Disable ToColorSpace/ColorTransformPixelTest* (b/64346790) #Disable ToColorSpace/ColorTransformPixelTest* (b/64346790)
#Disable ImageBackgroundFilter* (b/64346875) #Disable ImageBackgroundFilter* (b/64346875)
#Disable LayerTreeHostTilesTestPartialInvalidation* (b/65844132)
gtest_excludes = [ gtest_excludes = [
"ToColorSpace/ColorTransformPixelTest.*", "ToColorSpace/ColorTransformPixelTest.*",
"ImageBackgroundFilter.*", "ImageBackgroundFilter.*",
"LayerTreeHostTilesTestPartialInvalidation.*",
] ]
} }
} }
......
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