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

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

Issue 650593004: [chromedriver] Disable three MobileEmulationCapabilityTest tests on M37 and M36 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 7ac6d286e54ff1d06c71a06087ed20f44fa500c8..d00d80703efc6909e8ef9e63eb9fa73413f4520c 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -57,6 +57,18 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=913
'ChromeDriverTest.testChromeDriverReceiveAndSendLargeData',
]
+_VERSION_SPECIFIC_FILTER['37'] = [
+ # https://code.google.com/p/chromedriver/issues/detail?id=954
+ 'MobileEmulationCapabilityTest.testClickElement',
+ 'MobileEmulationCapabilityTest.testHoverOverElement',
+ 'MobileEmulationCapabilityTest.testSingleTapElement',
+]
+_VERSION_SPECIFIC_FILTER['36'] = [
+ # https://code.google.com/p/chromedriver/issues/detail?id=954
+ 'MobileEmulationCapabilityTest.testClickElement',
+ 'MobileEmulationCapabilityTest.testHoverOverElement',
+ 'MobileEmulationCapabilityTest.testSingleTapElement',
+]
_OS_SPECIFIC_FILTER = {}
_OS_SPECIFIC_FILTER['win'] = [
« 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