| Index: content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_process_integration_test.py b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| index ccc6cea1e416fb1d92947e1b6dbaa66e5cac9318..da43f2089e815ff91dc853dc37e1426b3a9cd54e 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| @@ -354,6 +354,8 @@ class GpuProcessIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| result = result and status == 'enabled_readback'
|
| elif name == 'webgl2':
|
| result = result and status == 'unavailable_off'
|
| + elif name == 'checker_imaging':
|
| + pass
|
| else:
|
| result = result and status == 'unavailable_software'
|
| if not result:
|
|
|