| 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..b227fbe42f6c4519aea091ee8396f18094507ac6 100644
|
| --- a/content/test/gpu/page_sets/gpu_process_tests.py
|
| +++ b/content/test/gpu/page_sets/gpu_process_tests.py
|
| @@ -522,7 +522,8 @@ 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))
|
| + #TODO(cblume): no good way to skip this test. crbug.com/611629
|
| + #self.AddStory(SkipGpuProcessPage(self, expectations))
|
| self.AddStory(DriverBugWorkaroundsInGpuProcessPage(self, expectations))
|
| self.AddStory(IdentifyActiveGpuPage1(self, expectations))
|
| self.AddStory(IdentifyActiveGpuPage2(self, expectations))
|
|
|