Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py

Issue 862803004: Restart browser between smoke tests, fixes failing webview bypass test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing extra whitespace Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
index eadc0104ee2a554358a1f35a890b04116749c0d2..206485a72ea0c3adaa4788474eb2369f79e5799d 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
@@ -325,7 +325,7 @@ class ChromeProxySmoke(ChromeProxyValidation):
"""Smoke measurement for basic chrome proxy correctness."""
def __init__(self):
- super(ChromeProxySmoke, self).__init__()
+ super(ChromeProxySmoke, self).__init__(restart_after_each_page=True)
def WillNavigateToPage(self, page, tab):
super(ChromeProxySmoke, self).WillNavigateToPage(page, tab)
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698