Commit 7e6322d4 authored by Artur Khachatryan's avatar Artur Khachatryan Committed by Commit Bot

[ChromeDriver] Disabling failing test for Android Beta

Disabling testDoesntHangOnFragmentNavigation for Android beta.
Test fails.

Bug: chromedriver:2025
Change-Id: I1acfecac87521d1be9927dd614f1870b1cafe87f
Reviewed-on: https://chromium-review.googlesource.com/835472Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525209}
parent dc8229d2
...@@ -188,7 +188,11 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = ( ...@@ -188,7 +188,11 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = ( _ANDROID_NEGATIVE_FILTER['chrome_stable'] = (
_ANDROID_NEGATIVE_FILTER['chrome']) _ANDROID_NEGATIVE_FILTER['chrome'])
_ANDROID_NEGATIVE_FILTER['chrome_beta'] = ( _ANDROID_NEGATIVE_FILTER['chrome_beta'] = (
_ANDROID_NEGATIVE_FILTER['chrome']) _ANDROID_NEGATIVE_FILTER['chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2025
'ChromeDriverTest.testDoesntHangOnFragmentNavigation',
]
)
_ANDROID_NEGATIVE_FILTER['chromium'] = ( _ANDROID_NEGATIVE_FILTER['chromium'] = (
_ANDROID_NEGATIVE_FILTER['chrome'] + [ _ANDROID_NEGATIVE_FILTER['chrome'] + [
'ChromeDriverTest.testSwitchToWindow', 'ChromeDriverTest.testSwitchToWindow',
......
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