| Index: tools/perf/benchmarks/webrtc.py
|
| diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
|
| index 9fe6ee5121d5554d4f1514a888f7456a8ec70fca..a9a7b3016002cf38548b5b172e3d39ff417e22db 100644
|
| --- a/tools/perf/benchmarks/webrtc.py
|
| +++ b/tools/perf/benchmarks/webrtc.py
|
| @@ -7,8 +7,6 @@
|
| 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
|
|
|