| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| index 43b6f30ee1030dfff1e76a14e97b84e4cb413f9a..562568d6ee601c8ac8fa0d22dcdb7ee39828a406 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
|
| @@ -80,6 +80,7 @@ class WebGLConformanceExpectationsTest(unittest.TestCase):
|
| self.checkConformanceHasNoCollisions(conformance)
|
|
|
| def checkConformanceHasNoCollisions(self, conformance):
|
| + self.assertFalse(True)
|
| # Checks that no two expectations for the same page can match the
|
| # same configuration (wildcards expectations are ok though).
|
| # See webgl2_conformance_expectations.py that contains commented out
|
|
|