Index: content/test/gpu/gpu_tests/pixel_expectations.py |
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py |
index ead9bf9108e1e77254b48602930f14f31bad1140..d886f8d962f6bd410aff082a6dad7eb9e1db6c40 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -14,6 +14,7 @@ class PixelExpectations(GpuTestExpectations): |
# TODO(robertphillips) remove once rebaselines are complete |
self.Fail('Pixel_CSSFilterEffects', bug=672527) |
+ self.Fail('Pixel_CSSFilterEffects_NoOverlays', bug=672527) |
# Software compositing is not supported on Android; so we skip these tests |
# that disables gpu compositing on Android platforms. |