Index: content/test/gpu/gpu_tests/gpu_rasterization_expectations.py |
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py b/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py |
index e99d9e8dea5187c820f01305cba280e1140b3ef1..fd791cc890bfa5ec39de0479a92d4741ccac0f78 100644 |
--- a/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py |
+++ b/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py |
@@ -11,7 +11,4 @@ class GpuRasterizationExpectations(GpuTestExpectations): |
# Sample Usage: |
# self.Fail('GpuRasterization.BlueBox', |
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123) |
- |
- # Seems to be flaky on the new AMD R7 240 drivers. |
- self.Flaky('GpuRasterization.BlueBox', |
- ['win', ('amd', 0x6613)], bug=653538) |
+ pass |