summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-07-23 10:21:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 17:22:36 +0000
commit47d3f363e040b46256703a48d8df3b18f56a6560 (patch)
tree9dde6db42a9733afdfcd547e1b1bce47a57723b5 /chrome/test/chromedriver
parent4cc0a0b8600bb9db62271a2b8729bf26cb9d5b69 (diff)
downloadchromium_src-47d3f363e040b46256703a48d8df3b18f56a6560.zip
chromium_src-47d3f363e040b46256703a48d8df3b18f56a6560.tar.gz
chromium_src-47d3f363e040b46256703a48d8df3b18f56a6560.tar.bz2
[chromedriver] Disable broken tests for Chrome Beta on Android.
BUG=chromedriver:1162 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1246253004 Cr-Commit-Position: refs/heads/master@{#340108}
Diffstat (limited to 'chrome/test/chromedriver')
-rw-r--r--chrome/test/chromedriver/test/test_expectations6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index 76620df..836ae73 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -214,7 +214,11 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
_OS_NEGATIVE_FILTER['android:chrome_stable'] = (
_OS_NEGATIVE_FILTER['android:chrome'])
_OS_NEGATIVE_FILTER['android:chrome_beta'] = (
- _OS_NEGATIVE_FILTER['android:chrome']
+ _OS_NEGATIVE_FILTER['android:chrome'] + [
+ 'ClickTest.testShouldClickOnFirstBoundingClientRectWithNonZeroSize',
+ 'CombinedInputActionsTest.testCanClickOnLinksWithAnOffset',
+ 'CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage',
+ ]
)
_OS_NEGATIVE_FILTER['android:chrome_shell'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [