Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index f791d764a604731937bbbd2062e32c9a74b00922..168e862c2123fea125e0bdc077cde4d73fe3b28a 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -447,8 +447,6 @@ class SmoothnessToughTextureUploadCases(_Smoothness): |
return 'smoothness.tough_texture_upload_cases' |
-# http://crbug.com/647413 |
-@benchmark.Disabled('android') |
class SmoothnessToughAdCases(_Smoothness): |
"""Measures rendering statistics while displaying advertisements.""" |
page_set = page_sets.SyntheticToughAdCasesPageSet |