Commit edbe16c6 authored by John Chen's avatar John Chen Committed by Commit Bot

[ChromeDriver] Exclude ExistingUserDataDirTest on Android

ExistingUserDataDirTest is not supported on Android. Excluding it.

TBR=crouleau@chromium.org

Bug: chromedriver:2446
Change-Id: I0bceb8cd282f51c128d63c8a178d91ec7beea7c2
Reviewed-on: https://chromium-review.googlesource.com/1089476Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565130}
parent 90ed0473
......@@ -204,6 +204,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
'ChromeDriverTest.testCloseWindowUsingJavascript',
# Android doesn't support headless mode
'HeadlessInvalidCertificateTest.*',
# Android doesn't support user-data-dir switch
'ExistingUserDataDirTest.*',
]
)
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = (
......
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