From 9be08e1d4c777407f58b12139c26bec3f37e59d7 Mon Sep 17 00:00:00 2001 From: "saintlou@chromium.org" Date: Fri, 23 Dec 2011 02:17:39 +0000 Subject: Disable failing ExtensionApiTest.Tabs This replaces http://codereview.chromium.org/9023019/ which I needed to fix but cannot update since I am not the owner TBR=piman@chromium.org BUG=108492 TEST=none Review URL: http://codereview.chromium.org/8958029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115671 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_tabs_apitest.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/browser/extensions/extension_tabs_apitest.cc b/chrome/browser/extensions/extension_tabs_apitest.cc index b25e302..557440b 100644 --- a/chrome/browser/extensions/extension_tabs_apitest.cc +++ b/chrome/browser/extensions/extension_tabs_apitest.cc @@ -34,7 +34,14 @@ #define MAYBE_UpdateWindowShowState UpdateWindowShowState #endif -IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Tabs) { +// See crbug.com/108492. +#if defined(USE_AURA) && defined(OS_CHROMEOS) +#define MAYBE_Tabs DISABLED_Tabs +#else +#define MAYBE_Tabs Tabs +#endif + +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_Tabs) { // The test creates a tab and checks that the URL of the new tab // is that of the new tab page. Make sure the pref that controls // this is set. -- cgit v1.1