| Index: recipes/infra_internal.py
 | 
| diff --git a/recipes/infra_internal.py b/recipes/infra_internal.py
 | 
| index 3801e94f22d824d694b759dd357fb87c7a635b9a..ad6afb9c34271cfadf0a2c87314beeaafa453e90 100644
 | 
| --- a/recipes/infra_internal.py
 | 
| +++ b/recipes/infra_internal.py
 | 
| @@ -25,18 +25,6 @@ class InfraInternal(recipe_util.Recipe):
 | 
|            'deps_file': '.DEPS.git',
 | 
|            'managed': False
 | 
|          },
 | 
| -        {
 | 
| -          'name': 'testing/expect_tests',
 | 
| -          'url': url('chromium', 'infra/testing/expect_tests'),
 | 
| -          'deps_file': '.DEPS.git',
 | 
| -          'managed': False
 | 
| -        },
 | 
| -        {
 | 
| -          'name': 'testing/testing_support',
 | 
| -          'url': url('chromium', 'infra/testing/testing_support'),
 | 
| -          'deps_file': '.DEPS.git',
 | 
| -          'managed': False
 | 
| -        },
 | 
|        ],
 | 
|      }
 | 
|      return {
 | 
| 
 |