| Index: tools/perf/core/perf_data_generator.py
|
| diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
|
| index f5ec29403c87a5d60e0833e6eaad94cd3642109c..48f51c66581a5a4e68b6040f708a67f902f4f41f 100755
|
| --- a/tools/perf/core/perf_data_generator.py
|
| +++ b/tools/perf/core/perf_data_generator.py
|
| @@ -263,7 +263,7 @@ def get_waterfall_config():
|
| 'perf_tests': [
|
| ('tracing_perftests', 'build73-b1--device2'),
|
| ('gpu_perftests', 'build73-b1--device2'),
|
| - ('cc_perftests', 'build73-b1--device2'),
|
| + # ('cc_perftests', 'build73-b1--device2'), # crbug.com/721757
|
| ]
|
| }
|
| ])
|
|
|