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

Unified Diff: chrome/test/chromedriver/test/run_py_tests.py

Issue 2223143002: [Chromedriver] Disable testColdExecuteScript Py test on HEAD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/run_py_tests.py
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index a7a9827d5f0cd534d2c9ebe7143546af2fdf54a3..a4da4b5200f1a31254d09b20a157f1f7f8cec4cf 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -72,6 +72,8 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
'ChromeDriverTest.testConsoleLogSources',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1447
'ChromeDriverTest.testPendingConsoleLog',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1450
+ 'PerfTest.testColdExecuteScript',
]
_OS_SPECIFIC_FILTER = {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698