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..e2b8d16d551154b057698aff0b6159e674b57b0b 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': |
Khushal
2017/05/25 21:15:44
Had to update this test. I wasn't sure if I should
piman
2017/05/25 23:24:32
I'd just do the python statement 'pass' rather tha
Khushal
2017/05/25 23:36:45
Done. Thanks!
|
+ result = result |
else: |
result = result and status == 'unavailable_software' |
if not result: |