Commit e82a8f01 authored by ccameron's avatar ccameron Committed by Commit bot

Suppress flakey Mac tests

The assert that is firing is very concerning and is still being
investigated.

BUG=577121

Review URL: https://codereview.chromium.org/1649443002

Cr-Commit-Position: refs/heads/master@{#372049}
parent 2a483b32
......@@ -11,7 +11,10 @@ class TraceTestExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('TraceTest.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
pass
# TODO(ccameron): Continue investigating this.
self.Fail('TraceTest.CSS3DBlueBox', ['mac'], bug=577121)
self.Fail('TraceTest.Canvas2DRedBox', ['mac'], bug=577121)
class DeviceTraceTestExpectations(GpuTestExpectations):
def SetExpectations(self):
......
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