| Index: scripts/slave/recipes/v8.py
|
| diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
|
| index e0311299fe4ef7c95cd37456f5c728dffff5ecb9..d1abbc0eac80f95d6cdfac73c08a5303caaf0b24 100644
|
| --- a/scripts/slave/recipes/v8.py
|
| +++ b/scripts/slave/recipes/v8.py
|
| @@ -232,16 +232,6 @@
|
| yield (
|
| api.v8.test(
|
| 'client.v8',
|
| - 'V8 Linux64',
|
| - 'one_failure_build_env_not_supported',
|
| - ) +
|
| - api.override_step_data('Check', api.v8.one_failure()) +
|
| - api.properties(build_environment=None)
|
| - )
|
| -
|
| - yield (
|
| - api.v8.test(
|
| - 'client.v8',
|
| 'V8 Fuzzer',
|
| 'fuzz_archive',
|
| ) +
|
|
|