diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 19:57:51 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-05 19:57:51 +0000 |
commit | 4d4c0780f53e428a1d4c24ebf4e509490d56a7fc (patch) | |
tree | 14974a74d73c4843ff4fe5b57907ae49194245a7 | |
parent | 8d836deb2fa2823e19f52253e1814703ad7fe332 (diff) | |
download | chromium_src-4d4c0780f53e428a1d4c24ebf4e509490d56a7fc.zip chromium_src-4d4c0780f53e428a1d4c24ebf4e509490d56a7fc.tar.gz chromium_src-4d4c0780f53e428a1d4c24ebf4e509490d56a7fc.tar.bz2 |
Enable notifications tests on chromeos.
This enables 24 tests.
BUG=chromium-os:12653
Review URL: http://codereview.chromium.org/6929029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84290 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 026b158..abba720 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -186,10 +186,14 @@ # crosbug.com/14924 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed', + # Failing notifications tests crbug.com/81624 + '-notifications.NotificationsTest.testCloseNotification', + '-notifications.NotificationsTest.testCreateDenyCloseNotifications', + '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', + # Exclusions that have not been narrowed to other categories yet. # crosbug.com/12653 '-autofill', - '-notifications', '-sync', ], }, |