Commit f2df053e authored by Tricia Crichton's avatar Tricia Crichton Committed by Commit Bot

[ChromeDriver] Disable testSupportIPv4AndIPv6 for Android

This test creates 2 Chrome instances, which is not supported on Android.
The functionality is sufficiently tested by desktop tests, so the
test was added to the Android negative filter.

Change-Id: I5fdcae8e50d6be27ab020d2337daa3f5e35bfca4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761611Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Tricia Crichton <triciac@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688544}
parent d7606214
...@@ -227,6 +227,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = ( ...@@ -227,6 +227,8 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
'ChromeDriverSecureContextTest.testRemoveVirtualAuthenticator', 'ChromeDriverSecureContextTest.testRemoveVirtualAuthenticator',
'ChromeDriverSecureContextTest.testAddCredential', 'ChromeDriverSecureContextTest.testAddCredential',
'ChromeDriverSecureContextTest.testGetCredentials', 'ChromeDriverSecureContextTest.testGetCredentials',
# Covered by Desktop tests; can't create 2 browsers in Android
'SupportIPv4AndIPv6.testSupportIPv4AndIPv6',
] ]
) )
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = ( _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