Commit 8b6a26f7 authored by Artur Khachatryan's avatar Artur Khachatryan Committed by Commit Bot

[ChromeDriver] Disable failing tests on Android

Disabling failing Java tests on Android platform.

Change-Id: I0b07e9e2d961aedc8127470e4dc4e8ec16dee6f9
Reviewed-on: https://chromium-review.googlesource.com/1219933Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590484}
parent 03e154e3
...@@ -75,6 +75,11 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [ ...@@ -75,6 +75,11 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage', 'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching', 'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching',
'TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePageAfterSwitching', 'TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePageAfterSwitching',
# Tests require multiple sessions, not supported on Android'
'CorrectEventFiringTest.testShouldFireFocusEventInNonTopmostWindow',
'PerformanceLoggingTest.testLogsSingleHttpCommand',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2376 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2376
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement', 'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
...@@ -171,13 +176,14 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [ ...@@ -171,13 +176,14 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
_OS_NEGATIVE_FILTER['android:chrome_stable'] = ( _OS_NEGATIVE_FILTER['android:chrome_stable'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [ _OS_NEGATIVE_FILTER['android:chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480
'CorrectEventFiringTest.testClickingAnUnfocusableChildShouldNotBlurTheParent',
] ]
) )
_OS_NEGATIVE_FILTER['android:chrome_beta'] = ( _OS_NEGATIVE_FILTER['android:chrome_beta'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [ _OS_NEGATIVE_FILTER['android:chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480
'CorrectEventFiringTest.testClickingAnUnfocusableChildShouldNotBlurTheParent', 'CorrectEventFiringTest.testClickingAnUnfocusableChildShouldNotBlurTheParent',
'CorrectEventFiringTest.testShouldFireFocusEventInNonTopmostWindow',
] ]
) )
_OS_NEGATIVE_FILTER['android:chromium'] = ( _OS_NEGATIVE_FILTER['android:chromium'] = (
......
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