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

[ChromeDriver] Disabling test for Android Stable

Test is failing on Waterfall for Android Stable platform so disabling testDoesntHangOnFragmentNavigation.

Bug: chromedriver:2025
Change-Id: If9c90e5c0a8a4c2b478f5c78593751803299939e
Reviewed-on: https://chromium-review.googlesource.com/884438Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531748}
parent ae4243ad
......@@ -198,11 +198,15 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
]
)
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = (
_ANDROID_NEGATIVE_FILTER['chrome'])
_ANDROID_NEGATIVE_FILTER['chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2025
'ChromeDriverTest.testDoesntHangOnFragmentNavigation',
]
)
_ANDROID_NEGATIVE_FILTER['chrome_beta'] = (
_ANDROID_NEGATIVE_FILTER['chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2025
'ChromeDriverTest.testDoesntHangOnFragmentNavigation',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2025
'ChromeDriverTest.testDoesntHangOnFragmentNavigation',
]
)
_ANDROID_NEGATIVE_FILTER['chromium'] = (
......
......@@ -270,13 +270,12 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
]
_OS_NEGATIVE_FILTER['android:chrome_stable'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2076
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2025
'PageLoadingTest.testShouldBeAbleToGetAFragmentOnTheCurrentPage',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2076
'CorrectEventFiringTest.testShouldReportTheXAndYCoordinatesWhenClicking',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2077
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2077
'CorrectEventFiringTest.testShouldEmitClickEventWhenClickingOnATextInputElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2025
'MiscTest.testStimulatesStrangeOnloadInteractionInFirefox',
'PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall',
]
)
......@@ -290,7 +289,7 @@ _OS_NEGATIVE_FILTER['android:chrome_beta'] = (
'PageLoadingTest.testShouldBeAbleToGetAFragmentOnTheCurrentPage',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2076
'CorrectEventFiringTest.testShouldReportTheXAndYCoordinatesWhenClicking',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2077
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2077
'CorrectEventFiringTest.testShouldEmitClickEventWhenClickingOnATextInputElement',
]
)
......
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