Commit b6895acc authored by gmanikpure's avatar gmanikpure Committed by Commit bot

Revert of [Chromedriver] Re-enable java tests on Android stable and beta....

Revert of [Chromedriver] Re-enable java tests on Android stable and beta. (patchset #1 id:1 of https://codereview.chromium.org/2820833002/ )

Reason for revert:
Tests still fails on bot across all the chrome android channels : stable,beta and HEAD.

https://build.chromium.org/p/chromium.fyi/builders/Android%20ChromeDriver%20Tests%20%28dbg%29/builds/33579

Original issue's description:
> [Chromedriver] Re-enable java tests on Android stable and beta.
>
> BUG=chromedriver:922
> TBR=stgao@chromium.org
>
> Review-Url: https://codereview.chromium.org/2820833002
> Cr-Commit-Position: refs/heads/master@{#464955}
> Committed: https://chromium.googlesource.com/chromium/src/+/db88f21898176b391c397fff32e4c47282dd31ba

TBR=johnchen@chromium.org,stgao@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromedriver:922

Review-Url: https://codereview.chromium.org/2825083002
Cr-Commit-Position: refs/heads/master@{#465671}
parent 52558bf8
......@@ -210,6 +210,10 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
'JavascriptEnabledDriverTest.testChangeEventIsFiredAppropriatelyWhenFocusIsLost',
'TypingTest.testShouldBeAbleToTypeIntoEmptyContentEditableElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=922
'CorrectEventFiringTest.testShouldEmitOnClickEventsWhenSelectingElements',
'CorrectEventFiringTest.testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1176
'ChromeDriverTests.clientLogShouldBeEnabledByDefault',
......@@ -245,6 +249,18 @@ _OS_NEGATIVE_FILTER['android:chrome_beta'] = (
'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=998
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=922
'ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber',
'CorrectEventFiringTest.testClickEventsShouldBubble',
'CorrectEventFiringTest.testShouldFireMouseUpEventWhenClicking',
'CorrectEventFiringTest.testShouldFireMouseDownEventWhenClicking',
'CorrectEventFiringTest.testSendingKeysToAFocusedElementShouldNotBlurThatElement',
'ImplicitWaitTest.testShouldImplicitlyWaitUntilAtLeastOneElementIsFoundWhenSearchingForMany',
'ImplicitWaitTest.testShouldImplicitlyWaitForAnElementToBeVisibleBeforeInteracting',
'JavascriptEnabledDriverTest.testShouldBeAbleToClickOnSubmitButtons',
'JavascriptEnabledDriverTest.testIssue80ClickShouldGenerateClickEvent',
'TypingTest.testShiftSelectionDeletes',
'VisibilityTest.testShouldModifyTheVisibilityOfAnElementDynamically',
]
)
_OS_NEGATIVE_FILTER['android: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