| Index: content/test/gpu/gpu_tests/pixel.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py
|
| index 90fcaa619dc263f5d8b4b598b6380eaf0b6c69b6..d1dbc2a82f2017fc94148fd6cda2714eaf50b5eb 100644
|
| --- a/content/test/gpu/gpu_tests/pixel.py
|
| +++ b/content/test/gpu/gpu_tests/pixel.py
|
| @@ -148,7 +148,6 @@ class _PixelValidator(cloud_storage_test_base.ValidatorBase):
|
|
|
| class Pixel(cloud_storage_test_base.TestBase):
|
| test = _PixelValidator
|
| - page_set = page_sets.PixelTestsPageSet
|
|
|
| @classmethod
|
| def AddTestCommandLineArgs(cls, group):
|
| @@ -159,7 +158,7 @@ class Pixel(cloud_storage_test_base.TestBase):
|
| default=default_reference_image_dir)
|
|
|
| def CreatePageSet(self, options):
|
| - page_set = super(Pixel, self).CreatePageSet(options)
|
| + page_set = page_sets.PixelTestsPageSet()
|
| for page in page_set.pages:
|
| page.script_to_evaluate_on_commit = test_harness_script
|
| return page_set
|
|
|