| Index: content/test/gpu/gpu_tests/trace_test_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/trace_test_expectations.py b/content/test/gpu/gpu_tests/trace_test_expectations.py
|
| index 2276c1337a453c0538a54c784adaa9fb3eef45d9..14f06e0778a18ba157729c4a59f66e1a23805741 100644
|
| --- a/content/test/gpu/gpu_tests/trace_test_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
|
| @@ -11,7 +11,8 @@ class TraceTestExpectations(GpuTestExpectations):
|
| # Sample Usage:
|
| # self.Fail('trace_test.Canvas2DRedBox',
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
| - pass
|
| + # TODO(kbr): flakily timing out on this configuration.
|
| + self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
|
|
|
| class DeviceTraceTestExpectations(GpuTestExpectations):
|
| def SetExpectations(self):
|
|
|