Commit d872ec11 authored by robertphillips's avatar robertphillips Committed by Commit bot

Suppress Pixel_CSSFilterEffects_NoOverlays pixel test

BUG=672527
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2583493002
Cr-Commit-Position: refs/heads/master@{#439185}
parent e8e923ba
...@@ -14,6 +14,7 @@ class PixelExpectations(GpuTestExpectations): ...@@ -14,6 +14,7 @@ class PixelExpectations(GpuTestExpectations):
# TODO(robertphillips) remove once rebaselines are complete # TODO(robertphillips) remove once rebaselines are complete
self.Fail('Pixel_CSSFilterEffects', bug=672527) 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 # Software compositing is not supported on Android; so we skip these tests
# that disables gpu compositing on Android platforms. # that disables gpu compositing on Android platforms.
......
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