Commit 47791912 authored by Artur Khachatryan's avatar Artur Khachatryan Committed by Commit Bot

[ChromeDriver] Disable html5 tests on Android Chromium

Storage and Location tests are failing on Android Chromium.
Disabling tests for now.

Bug: chromedriver:2580
Change-Id: Iab7bae5e4ea7b2a572de7bd42e00152a3c33779e
Reviewed-on: https://chromium-review.googlesource.com/1217915Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590322}
parent dcc69658
......@@ -176,6 +176,10 @@ _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