| 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 27384eb3dff2f775e6d52e3852c8710a88c4aa87..5a80f22d2cc0f41fde4f867e31fd3fd7575cfad2 100644
|
| --- a/content/test/gpu/gpu_tests/memory_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/memory_expectations.py
|
| @@ -25,3 +25,8 @@ class MemoryExpectations(test_expectations.TestExpectations):
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
|
|
| self.Fail('Memory.CSS3D', ['mac', ('nvidia', 0x0fd5)], bug=368037)
|
| +
|
| + # TODO(vmpstr): Memory drops and increases again, and this
|
| + # particular bot happens to catch it when its low. Remove
|
| + # once the bug is fixed.
|
| + self.Fail('Memory.CSS3D', ['win'], bug=373098)
|
|
|