| Index: scripts/slave/recipe_modules/gpu/api.py
|
| diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
|
| index 71a83f84c060fa18e1fe29dc4e7f8308eebcb21c..478c44801eb5d5fa0baf26be62024ef97f9a1de1 100644
|
| --- a/scripts/slave/recipe_modules/gpu/api.py
|
| +++ b/scripts/slave/recipe_modules/gpu/api.py
|
| @@ -313,9 +313,10 @@ class GpuApi(recipe_api.RecipeApi):
|
|
|
| # Run only the dEQP tests on the dEQP GPU bots.
|
| if self.is_deqp_tester:
|
| - tests.append(self._create_gtest(
|
| - 'angle_deqp_tests', chrome_revision, webkit_revision,
|
| - enable_swarming, swarming_dimensions))
|
| + # TODO(jmadill): re-enable this once the GLES3 tests are ready
|
| + #tests.append(self._create_gtest(
|
| + # 'angle_deqp_tests', chrome_revision, webkit_revision,
|
| + # enable_swarming, swarming_dimensions))
|
| return tests
|
|
|
| # Copy the test list to avoid mutating it.
|
|
|