Chromium Code Reviews| Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
| diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
| index c54af10f6e854059d30cd4ae2abfaedaa1c8a351..c426fbf178726ae3b5d002233f06fcf5b96adf9d 100644 |
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
| @@ -161,6 +161,7 @@ class ChromeProxySafeBrowsingOn(benchmark.Benchmark): |
| return 'chrome_proxy_benchmark.safebrowsing_on.safebrowsing' |
| +@benchmark.Disabled('android') |
|
sclittle
2015/03/17 22:24:54
Doesn't 'android' also apply to android webview?
bengr
2015/03/17 22:32:05
I thought 'android-webview' was for webview.
|
| # Safebrowsing is switched off for Android Webview and all desktop platforms. |
| class ChromeProxySafeBrowsingOff(benchmark.Benchmark): |
| tag = 'safebrowsing_off' |