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

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

Issue 2892303002: [Chromedriver] Disable testIFrameWithExtensionsSource on HEAD. (Closed)
Patch Set: Created 3 years, 7 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 c2df3985f0f5618576dcbe7e4d16fc83c085017f..90b128dfbdd5b4049a599be93bb406247bcfbbf2 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -73,6 +73,8 @@ _NEGATIVE_FILTER = [
_VERSION_SPECIFIC_FILTER = {}
_VERSION_SPECIFIC_FILTER['HEAD'] = [
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1819
+ 'ChromeExtensionsCapabilityTest.testIFrameWithExtensionsSource',
]
_VERSION_SPECIFIC_FILTER['58'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1673
« 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