Index: tools/perf/benchmarks/blink_perf.py |
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py |
index c0e8b5298f23016441baa553e5842f70cef9d719..d1a31780b3656d5d62278a345ca204f0725cea3e 100644 |
--- a/tools/perf/benchmarks/blink_perf.py |
+++ b/tools/perf/benchmarks/blink_perf.py |
@@ -31,6 +31,7 @@ class BlinkPerfAnimation(test.Test): |
class BlinkPerfWebAnimations(test.Test): |
tag = 'web_animations' |
test = blink_perf.BlinkPerf |
+ enabled = False |
def CreatePageSet(self, options): |
path = os.path.join(util.GetChromiumSrcDir(), |