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

Unified Diff: chrome/test/chromedriver/test/test_expectations

Issue 870123002: [chromedriver] Disable ImplicitWaitTests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/test_expectations
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index 0b22fa8c372b4bf4fe20a7f5e118f85910723905..dab6122967f7a7bb6d6e2c6d717f465573041e56 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -198,16 +198,15 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=955
'TypingTest.testShiftSelectionDeletes',
+
+ # https://code.google.com/p/chromedriver/issues/detail?id=998
+ 'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
+ 'ImplicitWaitTest.testShouldReturnAfterFirstAttemptToFindManyAfterDisablingImplicitWaits',
]
_OS_NEGATIVE_FILTER['android:chrome_stable'] = (
_OS_NEGATIVE_FILTER['android:chrome'])
_OS_NEGATIVE_FILTER['android:chrome_beta'] = (
- _OS_NEGATIVE_FILTER['android:chrome'] + [
- # https://code.google.com/p/chromedriver/issues/detail?id=998
- 'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
- # https://code.google.com/p/chromedriver/issues/detail?id=1017
- 'ImplicitWaitTest.testShouldReturnAfterFirstAttemptToFindManyAfterDisablingImplicitWaits',
- ]
+ _OS_NEGATIVE_FILTER['android:chrome']
)
_OS_NEGATIVE_FILTER['android:chrome_shell'] = (
_OS_NEGATIVE_FILTER['android:chrome'])
« 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