Commit 6d038849 authored by Tatiana Buldina's avatar Tatiana Buldina Committed by Commit Bot

[ChromeDriver] cleanup test_expectations list

Change-Id: I30d965d28b5b2713b141899e494b254f67a38df5
Reviewed-on: https://chromium-review.googlesource.com/1217759Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Tatiana Buldina <buldina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590098}
parent 061d09d8
...@@ -14,35 +14,10 @@ _REVISION_NEGATIVE_FILTER = {} ...@@ -14,35 +14,10 @@ _REVISION_NEGATIVE_FILTER = {}
_REVISION_NEGATIVE_FILTER['HEAD'] = [ _REVISION_NEGATIVE_FILTER['HEAD'] = [
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=528 # Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=528
'PageLoadingTest.testShouldDoNothingIfThereIsNothingToGoBackTo', 'PageLoadingTest.testShouldDoNothingIfThereIsNothingToGoBackTo',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1113
# 'FrameSwitchingTest.testShouldNotSwitchMagicallyToTheTopWindow',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1151
# 'DragAndDropTest.testDragAndDrop',
# 'DragAndDropTest.testShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort',
# 'DragAndDropTest.testElementInDiv',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
# 'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents',
# 'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1674
# 'WindowSwitchingTest.testShouldBeAbleToIterateOverAllOpenWindows',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480
'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToRefresh', 'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToRefresh',
'ProxySettingTest.canConfigureProxyThroughPACFile',
'ProxySettingTest.canUsePACThatOnlyProxiesCertainHosts',
'ProxySettingTest.canConfigureManualHttpProxy',
'ProxySettingTest.canConfigureNoProxy',
# 'BasicMouseInterfaceTest.testHoverPersists',
'ElementAttributeTest.testShouldReturnInnerHtml',
'ExecutingAsyncJavascriptTest.shouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse',
'MiscTest.testShouldReturnTheSourceOfAPage',
'TextHandlingTest.testReadALargeAmountOfData',
'TypingTest.testNumericShiftKeys',
'TypingTest.testAllPrintableKeys',
'TypingTest.testChordControlCutAndPaste',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532
'SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads', 'SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2572 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2572
......
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