Commit b06976e8 authored by Gauri Manikpure's avatar Gauri Manikpure Committed by Commit Bot

[Chromedriver] Disable CombinedInputActionsTest.testSelectingMultipleItems on android Chromium.

Bug: chromedriver:1878
Change-Id: I134077a3583feffb5e2f9b15293c435d07a20e0e
Reviewed-on: https://chromium-review.googlesource.com/572333Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Gauri Manikpure <gmanikpure@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486915}
parent ab05af76
...@@ -282,6 +282,8 @@ _OS_NEGATIVE_FILTER['android:chromium'] = ( ...@@ -282,6 +282,8 @@ _OS_NEGATIVE_FILTER['android:chromium'] = (
'ClickScrollingTest.testShouldBeAbleToClickElementInAFrameThatIsOutOfView', 'ClickScrollingTest.testShouldBeAbleToClickElementInAFrameThatIsOutOfView',
'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrame', 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrame',
'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView', 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1878
'CombinedInputActionsTest.testSelectingMultipleItems',
] ]
) )
_OS_NEGATIVE_FILTER['android:chrome_beta'] = ( _OS_NEGATIVE_FILTER['android:chrome_beta'] = (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment