diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 00:34:04 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 00:34:04 +0000 |
commit | a4277f49c6d2e4a1db869c968d1671d40eeabc42 (patch) | |
tree | 6d806220ee0b584498a674d0fbccaa944e233cd3 | |
parent | ecfa41cc1f92a83e8ed734a7e5c0673fd7a7ef6a (diff) | |
download | chromium_src-a4277f49c6d2e4a1db869c968d1671d40eeabc42.zip chromium_src-a4277f49c6d2e4a1db869c968d1671d40eeabc42.tar.gz chromium_src-a4277f49c6d2e4a1db869c968d1671d40eeabc42.tar.bz2 |
Disable ExtensionBrowserTest.PageActionRefreshCrash on Mac. It crashes only
occassionally, but when it does, FLAKY prefix does not help because it
turns the tree red. By disabling this test, we lose the coverage for this
test on Mac. Until we have a better way to handle flaky crashes, it's better
to disable it.
BUG=45079
TEST=Mac bots don't turn red due to this test crashing.
TBR=jrg
Review URL: http://codereview.chromium.org/2485003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48684 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/extensions/extension_browsertests_misc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_browsertests_misc.cc b/chrome/browser/extensions/extension_browsertests_misc.cc index 3732dc0..dc0ce7e 100644 --- a/chrome/browser/extensions/extension_browsertests_misc.cc +++ b/chrome/browser/extensions/extension_browsertests_misc.cc @@ -276,7 +276,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, UnloadPageAction) { // Flaky crash on Mac debug. http://crbug.com/45079 #if defined(OS_MACOSX) -#define PageActionRefreshCrash FLAKY_PageActionRefreshCrash +#define PageActionRefreshCrash DISABLED_PageActionRefreshCrash #endif // Tests that we can load page actions in the Omnibox. IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, PageActionRefreshCrash) { |