| Index: content/test/gpu/gpu_tests/context_lost_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| index 9be8a8768e51cc060fae7be52f1685234e1c6191..5eb4122ad9857ac959aeb3c10e1203a2f8d81657 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -31,12 +31,6 @@ class ContextLostExpectations(GpuTestExpectations):
|
| self.Skip('ContextLost.WebGLContextLostFromSelectElement',
|
| ['lion', 'debug'], bug=498149)
|
|
|
| - # Flaky on linux_chromium_rel_ng and mac_chromium_rel_ng bots.
|
| - self.Flaky('GpuCrash.GPUProcessCrashesExactlyOnce',
|
| - ['linux'], bug=608923)
|
| - self.Flaky('GpuCrash.GPUProcessCrashesExactlyOnce',
|
| - ['mac'], bug=608923)
|
| -
|
| # 'Browser must support tab control' raised on Android
|
| self.Fail('GpuCrash.GPUProcessCrashesExactlyOnce',
|
| ['android'], bug=609629)
|
|
|