| Index: content/test/gpu/gpu_tests/memory_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/memory_expectations.py b/content/test/gpu/gpu_tests/memory_expectations.py
|
| index 5a80f22d2cc0f41fde4f867e31fd3fd7575cfad2..0b2cce0a123198b72fe843cac7c03bc6c6e32828 100644
|
| --- a/content/test/gpu/gpu_tests/memory_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/memory_expectations.py
|
| @@ -30,3 +30,6 @@ class MemoryExpectations(test_expectations.TestExpectations):
|
| # particular bot happens to catch it when its low. Remove
|
| # once the bug is fixed.
|
| 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)
|
|
|