diff options
author | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 11:28:24 +0000 |
---|---|---|
committer | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 11:28:24 +0000 |
commit | 4e4c33c3a6094b81147e8a7ba6b6c612bda56b9b (patch) | |
tree | 032435d99c7b6f504eb5c98858cded9b5d90c94d /chrome | |
parent | ed4e40b2245190744b5c47e09eb73a9ab1daff9a (diff) | |
download | chromium_src-4e4c33c3a6094b81147e8a7ba6b6c612bda56b9b.zip chromium_src-4e4c33c3a6094b81147e8a7ba6b6c612bda56b9b.tar.gz chromium_src-4e4c33c3a6094b81147e8a7ba6b6c612bda56b9b.tar.bz2 |
Disable flaky test.
NotificationTest.TestStateTransition2 has been failing a lot on hardware and rarely on VM's. Disable it while owner investigates.
R=zelidrag@chromium.org
BUG=None.
TEST=Verified that the test gets disabled.
Review URL: http://codereview.chromium.org/8276012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py index c5e4e08..b9110e8 100644 --- a/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py +++ b/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_BrowserTest/blacklists.py @@ -5,7 +5,10 @@ # TODO(rkc): Tests currently failing on the PFQ - resolve these. # http://code.google.com/p/chromium-os/issues/detail?id=20128 blacklist = ['FindInPageControllerTest.AcceleratorRestoring', + + # crosbug.com/20347 'FindInPageControllerTest.FindMovesWhenObscuring', + 'FindInPageControllerTest.FitWindow', 'BrowserNavigatorTest.NavigateFromBlankToOptionsInSameTab', 'BrowserNavigatorTest.NavigateFromOmniboxIntoNewTab', @@ -17,6 +20,10 @@ blacklist = ['FindInPageControllerTest.AcceleratorRestoring', 'NaClExtensionTest.WebStoreExtension', 'NaClExtensionTest.ComponentExtension', 'NaClExtensionTest.UnpackedExtension', + + # crosbug.com/21440 + 'NotificationTest.TestStateTransition2', + 'ExtensionResourceRequestPolicyTest.Audio', 'ExtensionResourceRequestPolicyTest.Video', 'ExtensionCrashRecoveryTest.Basic', |