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

Unified Diff: tools/chrome_proxy/webdriver/common.py

Issue 2834813003: Add slow test decorator (Closed)
Patch Set: Created 3 years, 8 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/webdriver/compression_regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/common.py
diff --git a/tools/chrome_proxy/webdriver/common.py b/tools/chrome_proxy/webdriver/common.py
index 75769bf0752363a21dcc926b281e4692bcc85c49..f17ab3b2a60bb7d0c0b6174bc40e645b0f04fc72 100644
--- a/tools/chrome_proxy/webdriver/common.py
+++ b/tools/chrome_proxy/webdriver/common.py
@@ -72,6 +72,8 @@ def ParseFlags():
'successful test run, also pass --disable_buffer. Default=ERROR')
parser.add_argument('--log_file', help='If given, write logging statements '
'to the given file instead of stderr.')
+ parser.add_argument('--skip_slow', action='store_true', help='If set, tests '
+ 'marked as slow will be skipped.', default=False)
return parser.parse_args(sys.argv[1:])
def GetLogger(name='common'):
« no previous file with comments | « no previous file | tools/chrome_proxy/webdriver/compression_regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698