| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| index 41d91247bd784035ea40c2ca9d0dbb21306e1e27..9f67dba7c5365327d40c58dfcdf93bf18ec26d6b 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -1872,24 +1872,6 @@ SPEC = {
|
| },
|
| },
|
|
|
| - 'Blimp Linux (dbg)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['mb'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 64,
|
| - 'TARGET_PLATFORM': 'linux',
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - ],
|
| - 'testing': {
|
| - 'platform': 'linux',
|
| - },
|
| - },
|
| -
|
| 'Android Builder (dbg)': {
|
| 'chromium_config': 'android',
|
| 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
|
|
|