| Index: tools/perf/benchmarks/webrtc.py
|
| diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
|
| index a9a7b3016002cf38548b5b172e3d39ff417e22db..9fe6ee5121d5554d4f1514a888f7456a8ec70fca 100644
|
| --- a/tools/perf/benchmarks/webrtc.py
|
| +++ b/tools/perf/benchmarks/webrtc.py
|
| @@ -7,6 +7,8 @@ import page_sets
|
| from telemetry import benchmark
|
|
|
|
|
| +# this test is currently flaky: crbug.com/428157
|
| +@benchmark.Disabled()
|
| class WebRTC(benchmark.Benchmark):
|
| """Obtains WebRTC metrics for a real-time video tests."""
|
| test = webrtc.WebRTC
|
|
|