| Index: scripts/slave/recipe_modules/gpu/common.py
|
| diff --git a/scripts/slave/recipe_modules/gpu/common.py b/scripts/slave/recipe_modules/gpu/common.py
|
| index 367dba36190cbd91bcd1584cbb32bc3afa6b56e6..e000f21ce59aa306865bb0af2b4038e6b7f7d5c2 100644
|
| --- a/scripts/slave/recipe_modules/gpu/common.py
|
| +++ b/scripts/slave/recipe_modules/gpu/common.py
|
| @@ -28,7 +28,8 @@ WIN_AND_LINUX_ONLY_FYI_ONLY_GPU_ISOLATES = (
|
| )
|
|
|
| WIN_ONLY_FYI_ONLY_GPU_ISOLATES = (
|
| - 'angle_deqp_tests',
|
| +# TODO(jmadill): re-enable this once the GLES3 tests are ready
|
| +# 'angle_deqp_tests',
|
| )
|
|
|
| # A list of all Windows FYI isolates for testing
|
|
|