Commit da4cb815 authored by kkania@chromium.org's avatar kkania@chromium.org

[chromedriver] Disable testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall.

It is flaky.
BUG=none
NOTRY=true


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193435 0039d316-1c4b-4281-b951-d872f2087c98
parent c27752d0
......@@ -107,6 +107,8 @@ _OS_NEGATIVE_FILTER = {}
_OS_NEGATIVE_FILTER['win'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=303
'CombinedInputActionsTest.testChordControlCutAndPaste',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=282
'PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall',
]
_OS_NEGATIVE_FILTER['linux'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=284
......
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