summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgmanikpure <gmanikpure@chromium.org>2015-07-13 14:43:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-13 21:44:56 +0000
commit08a7b44f6da21bc3a5349c3a1f5c6aad3bd150c0 (patch)
tree2f5d890e55ede70b088109dfa7e4df4676c5ce09
parent546119359aee306e2ce94f22b998ea5e85bfa555 (diff)
downloadchromium_src-08a7b44f6da21bc3a5349c3a1f5c6aad3bd150c0.zip
chromium_src-08a7b44f6da21bc3a5349c3a1f5c6aad3bd150c0.tar.gz
chromium_src-08a7b44f6da21bc3a5349c3a1f5c6aad3bd150c0.tar.bz2
[Chromedriver] Disabling the java tests for issues 1148, 1149 and 1150
BUG=chromedriver:1148,chromedriver:1149,chromedriver:1150 Review URL: https://codereview.chromium.org/1225293004 Cr-Commit-Position: refs/heads/master@{#338568}
-rw-r--r--chrome/test/chromedriver/test/test_expectations6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index 537b7fb..b38861e 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -115,6 +115,10 @@ _OS_NEGATIVE_FILTER['win'] = [
_OS_NEGATIVE_FILTER['linux'] = [
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=416
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
+ # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=1148
+ 'CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow',
+ # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=1150
+ 'BasicKeyboardInterfaceTest.testBasicKeyboardInputOnActiveElement',
]
_OS_NEGATIVE_FILTER['mac'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=26
@@ -127,6 +131,8 @@ _OS_NEGATIVE_FILTER['mac'] = [
'PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=416
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
+ # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=1149
+ 'ChromeDriverTests.testShouldAllowTheUserToSwitchToAnIFrameAndRemainFocusedOnIt',
]
_OS_NEGATIVE_FILTER['android:chrome'] = [
'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions',