Commit eb54560a authored by thestig@chromium.org's avatar thestig@chromium.org

Disable failing BrowserActionApiTest.BrowserActionPopup

BUG=70829
TEST=tree gets greener
TBR=mpcomplete
Review URL: http://codereview.chromium.org/8585021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110432 0039d316-1c4b-4281-b951-d872f2087c98
parent 7a4aeddc
......@@ -150,13 +150,8 @@ IN_PROC_BROWSER_TEST_F(BrowserActionApiTest,
}
// http://code.google.com/p/chromium/issues/detail?id=70829
// Only mac is okay.
#if !defined(OS_MACOSX)
#define MAYBE_BrowserActionPopup DISABLED_BrowserActionPopup
#else
#define MAYBE_BrowserActionPopup BrowserActionPopup
#endif
IN_PROC_BROWSER_TEST_F(BrowserActionApiTest, MAYBE_BrowserActionPopup) {
// Mac used to be ok, but then mac 10.5 started failing too. =(
IN_PROC_BROWSER_TEST_F(BrowserActionApiTest, DISABLED_BrowserActionPopup) {
ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(
"browser_action/popup")));
BrowserActionTestUtil actions_bar = GetBrowserActionsBar();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment