diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 18:58:37 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 18:58:37 +0000 |
commit | c83d9c0e90f23e3d96e20e69203849c1e6937f9e (patch) | |
tree | 9c2d14bef52cd80d17bf9f7653cc5c89637e7a90 /chrome/test | |
parent | 829ddb955ec68f169f1dcd24af6d90f58307e8b7 (diff) | |
download | chromium_src-c83d9c0e90f23e3d96e20e69203849c1e6937f9e.zip chromium_src-c83d9c0e90f23e3d96e20e69203849c1e6937f9e.tar.gz chromium_src-c83d9c0e90f23e3d96e20e69203849c1e6937f9e.tar.bz2 |
Disable failing notifications tests
BUG=66072
Review URL: http://codereview.chromium.org/5731001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-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 e0a60bc..06c130e 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -45,6 +45,9 @@ 'notifications', # Sometimes notification process hasn't been created yet, crbug.com/65408 '-notifications.NotificationsTest.testKillNotificationProcess', + # crbug.com/66072 + '-notifications.NotificationsTest.testNotificationReplacement', + '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 'ntp', 'omnibox', 'passwords', |