Commit bb6a4659 authored by vmiura@chromium.org's avatar vmiura@chromium.org

Add a failure expectation to Linux memory.css3d test.

BUG=373098
NOTRY=true
R=kbr@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273109 0039d316-1c4b-4281-b951-d872f2087c98
parent f7c566f7
...@@ -30,3 +30,6 @@ class MemoryExpectations(test_expectations.TestExpectations): ...@@ -30,3 +30,6 @@ class MemoryExpectations(test_expectations.TestExpectations):
# particular bot happens to catch it when its low. Remove # particular bot happens to catch it when its low. Remove
# once the bug is fixed. # once the bug is fixed.
self.Fail('Memory.CSS3D', ['win'], bug=373098) self.Fail('Memory.CSS3D', ['win'], bug=373098)
# Test has turned flaky on Linux also. Remove once the bug is fixed.
self.Fail('Memory.CSS3D', ['linux'], bug=373098)
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