diff options
author | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 22:32:50 +0000 |
---|---|---|
committer | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 22:32:50 +0000 |
commit | 9c95cbe021637350c22696997c83cd60e9fce830 (patch) | |
tree | 5a3adf187c965e417a621bbae07012cf2462cbdc /chrome | |
parent | 9ce15e92e0606092ed75f40928d02566e1088e0e (diff) | |
download | chromium_src-9c95cbe021637350c22696997c83cd60e9fce830.zip chromium_src-9c95cbe021637350c22696997c83cd60e9fce830.tar.gz chromium_src-9c95cbe021637350c22696997c83cd60e9fce830.tar.bz2 |
Disable notification tests. All tests failing on Win 7 and Mac 10.5.
BUG=77082
TEST=none
Review URL: http://codereview.chromium.org/6725006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 7ebf2e9..fb8da89 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -59,7 +59,8 @@ # crbug.com/76639 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', 'navigation', - 'notifications', + # crbug.com/77082 + '-notifications', # crbug.com/66072 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', '-notifications.NotificationsTest.testKillNotificationProcess', |