| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 2b1cd407919edeaef71ef33c25abddd7559b6f49..c98b4739da57712294ac9b0e2d4817c7b2b8d732 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -322,7 +322,10 @@
|
| # always calls tools/isolate/isolate.py. See the script's --help for more
|
| # information and the valid --mode values. Meant to be overriden with
|
| # GYP_DEFINES.
|
| - 'tests_run%': 'check',
|
| + # TODO(maruel): Converted the default from 'check' to 'noop' so work can
|
| + # be done while the builders are being reconfigured to check out test data
|
| + # files.
|
| + 'tests_run%': 'noop',
|
|
|
| # Force rlz to use chrome's networking stack.
|
| 'force_rlz_use_chrome_net%': 1,
|
|
|