diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 22:00:59 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 22:00:59 +0000 |
commit | b6b425e708863aae87378e1ae4f5a53440d0ff7d (patch) | |
tree | 040fb584106c84fea218c483f108b0c114c6036b | |
parent | 77ac44f19b5d1ead7c1b29900341fbfc07286ce6 (diff) | |
download | chromium_src-b6b425e708863aae87378e1ae4f5a53440d0ff7d.zip chromium_src-b6b425e708863aae87378e1ae4f5a53440d0ff7d.tar.gz chromium_src-b6b425e708863aae87378e1ae4f5a53440d0ff7d.tar.bz2 |
Disable pyauto notification tests on official builds until new chrome
build is ready. An automation change was introduced in 106102 that is not
backwards compatible.
BUG=100790
TEST=none
TBR=jasneet
Review URL: http://codereview.chromium.org/8342015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106143 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 3748e65..2a2a49d 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -195,6 +195,7 @@ # Causes browser crash. crbug.com/93548 '-notifications.NotificationsTest.testIncognitoNotification', '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', + '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', # crbug.com/70437 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/91617 @@ -439,6 +440,11 @@ # ================================================== # Disabled tests that need to be investigated/fixed. # ================================================== + # TODO(kkania): Re-enable notification tests once new build is in. + # Disabling for all because hook was changed in non-backwards + # compatible way. + # crbug.com/100790 + '-notifications', # This test fails due to crbug.com/35485 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', # This test fails due to crbug.com/50706 |