| 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 8def1ed90896c08b420f2113e0079a70a53cfd04..1dba2d429cae39c598e1fbc2d45c92f84914032a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
|
| @@ -2032,32 +2032,6 @@ SPEC = {
|
| 'platform': 'linux',
|
| },
|
| },
|
| - 'Win10 Tests (1)': {
|
| - 'chromium_config': 'chromium',
|
| - 'chromium_apply_config': ['ninja_confirm_noop'],
|
| - 'gclient_config': 'chromium',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| - 'tests': [
|
| - steps.MiniInstallerTest(),
|
| - ],
|
| - 'parent_buildername': 'Win Builder',
|
| - 'testing': {
|
| - 'platform': 'win',
|
| - },
|
| - 'enable_swarming': True,
|
| - 'swarming_dimensions': {
|
| - 'os': 'Windows-10-SP0',
|
| - },
|
| - },
|
| 'Win SyzyAsan (rel)': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['syzyasan_compile_only', 'shared_library'],
|
|
|