Commit a6695f1d authored by chrisgao@chromium.org's avatar chrisgao@chromium.org

[chromedriver] Disable flaky tests.

BUG=none
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/15994017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203992 0039d316-1c4b-4281-b951-d872f2087c98
parent 54840fb9
...@@ -37,6 +37,8 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [ ...@@ -37,6 +37,8 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'CorrectEventFiringTest.testShouldFireEventsInTheRightOrder', 'CorrectEventFiringTest.testShouldFireEventsInTheRightOrder',
'CorrectEventFiringTest.testShouldFireFocusEventWhenClicking', 'CorrectEventFiringTest.testShouldFireFocusEventWhenClicking',
'DragAndDropTest.testDragTooFar', 'DragAndDropTest.testDragTooFar',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=374
'ElementFindingTest.testShouldNotBeAbleToFindAnElementOnABlankPage',
'ExecutingAsyncJavascriptTest.includesAlertTextInUnhandledAlertException', 'ExecutingAsyncJavascriptTest.includesAlertTextInUnhandledAlertException',
'ExecutingAsyncJavascriptTest.shouldCatchErrorsWithMessageAndStacktraceWhenExecutingInitialScript', 'ExecutingAsyncJavascriptTest.shouldCatchErrorsWithMessageAndStacktraceWhenExecutingInitialScript',
'ExecutingAsyncJavascriptTest.throwsIfAlertHappensDuringScript', 'ExecutingAsyncJavascriptTest.throwsIfAlertHappensDuringScript',
...@@ -93,6 +95,8 @@ _OS_NEGATIVE_FILTER = {} ...@@ -93,6 +95,8 @@ _OS_NEGATIVE_FILTER = {}
_OS_NEGATIVE_FILTER['win'] = [ _OS_NEGATIVE_FILTER['win'] = [
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=282 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=282
'PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall', 'PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=373
'RenderedWebElementTest.testHoverPersists',
] ]
_OS_NEGATIVE_FILTER['linux'] = [] _OS_NEGATIVE_FILTER['linux'] = []
_OS_NEGATIVE_FILTER['mac'] = [ _OS_NEGATIVE_FILTER['mac'] = [
...@@ -102,6 +106,8 @@ _OS_NEGATIVE_FILTER['mac'] = [ ...@@ -102,6 +106,8 @@ _OS_NEGATIVE_FILTER['mac'] = [
'FormHandlingTest.handleFormWithJavascriptAction', 'FormHandlingTest.handleFormWithJavascriptAction',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=354 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=354
'AlertsTest.testShouldAllowUsersToAcceptAnAlertInAFrame', 'AlertsTest.testShouldAllowUsersToAcceptAnAlertInAFrame',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=375
'PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes',
] ]
_OS_NEGATIVE_FILTER['android'] = [ _OS_NEGATIVE_FILTER['android'] = [
'AlertsTest.*', 'AlertsTest.*',
......
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