diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 22:51:21 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 22:51:21 +0000 |
commit | 40fbe3b599445ce98db0db6db7079ddd3e078ab4 (patch) | |
tree | d09611eef7bed0bdd1dbbc29e08e23d051204b2d | |
parent | 9dd2bc69bf6dd154bc3b42449ca0646303c0f861 (diff) | |
download | chromium_src-40fbe3b599445ce98db0db6db7079ddd3e078ab4.zip chromium_src-40fbe3b599445ce98db0db6db7079ddd3e078ab4.tar.gz chromium_src-40fbe3b599445ce98db0db6db7079ddd3e078ab4.tar.bz2 |
Disable failing notification pyauto tests.
BUG=66072
TEST=none
Review URL: http://codereview.chromium.org/5853002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69479 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 4280c39..4c3d059 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -43,6 +43,9 @@ 'infobars', 'navigation', 'notifications', + # crbug.com/66072 + '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', + '-notifications.NotificationsTest.testKillNotificationProcess', 'ntp', 'omnibox', 'passwords', |