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

[ChromeDriver] Disabling flaky test testPerformanceLogger for Android

This test fails in test automation run for Android Build bot for Chromium.

Bug: chromedriver:2108
Change-Id: I67f8d7beec444167621d70fef9d0fcf4fb2defce
Reviewed-on: https://chromium-review.googlesource.com/744161
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512532}
parent f248acd9
......@@ -182,6 +182,8 @@ _ANDROID_NEGATIVE_FILTER['chromium'] = (
'ChromeDriverTest.testHoverOverElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1478
'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2108
'ChromeLoggingCapabilityTest.testPerformanceLogger',
]
)
_ANDROID_NEGATIVE_FILTER['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