Chromium Code Reviews| Index: content/test/gpu/page_sets/gpu_process_tests.py |
| diff --git a/content/test/gpu/page_sets/gpu_process_tests.py b/content/test/gpu/page_sets/gpu_process_tests.py |
| index 211ca86a55b35b001140065680d129a83edee757..03fc7e3febba4786fd02346aa0a141755a420d4f 100644 |
| --- a/content/test/gpu/page_sets/gpu_process_tests.py |
| +++ b/content/test/gpu/page_sets/gpu_process_tests.py |
| @@ -522,7 +522,7 @@ class GpuProcessTestsStorySet(story_set_module.StorySet): |
| self.AddStory(GpuInfoCompletePage(self, expectations)) |
| self.AddStory(NoGpuProcessPage(self, expectations)) |
| self.AddStory(SoftwareGpuProcessPage(self, expectations)) |
| - self.AddStory(SkipGpuProcessPage(self, expectations)) |
| + #self.AddStory(SkipGpuProcessPage(self, expectations)) |
|
Ken Russell (switch to Gerrit)
2016/05/13 01:50:24
Please add:
TODO(cblume): no good way to skip thi
cblume
2016/05/13 01:54:36
Done.
|
| self.AddStory(DriverBugWorkaroundsInGpuProcessPage(self, expectations)) |
| self.AddStory(IdentifyActiveGpuPage1(self, expectations)) |
| self.AddStory(IdentifyActiveGpuPage2(self, expectations)) |