diff options
Diffstat (limited to 'chrome/browser/extensions/extension_browsertests_misc.cc')
-rw-r--r-- | chrome/browser/extensions/extension_browsertests_misc.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_browsertests_misc.cc b/chrome/browser/extensions/extension_browsertests_misc.cc index b9b20fc..8b7c9a2 100644 --- a/chrome/browser/extensions/extension_browsertests_misc.cc +++ b/chrome/browser/extensions/extension_browsertests_misc.cc @@ -324,7 +324,8 @@ IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, UnloadPageAction) { } // Flaky crash on Mac debug. http://crbug.com/45079 -#if defined(OS_MACOSX) +// Stuck/time-out on XP test. http://crbug.com/51814 +#if defined(OS_MACOSX) || defined(OS_WIN) #define PageActionRefreshCrash DISABLED_PageActionRefreshCrash #endif // Tests that we can load page actions in the Omnibox. |