| 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'])
|
|
|