Commit b70398b8 authored by khachatryan's avatar khachatryan Committed by Commit Bot

[ChromeDriver] Enable storage and location tests on Android platform

Location and storage tests are now passing on Android device.

Bug: chromedriver:2580
Change-Id: I047ea88946ad8aacb210571aa4252954f1415969
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597974Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657136}
parent fef12146
......@@ -228,10 +228,6 @@ _OS_NEGATIVE_FILTER['android:chrome_beta'] = (
)
_OS_NEGATIVE_FILTER['android:chromium'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2580
'LocalStorageTest.*',
'LocationContextTest.*',
'SessionStorageTest.*',
]
)
_OS_NEGATIVE_FILTER['android:chromedriver_webview_shell'] = (
......
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