summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-30 22:30:31 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-30 22:30:31 +0000
commit17753742281f815143ec46865e6df3ca1e988323 (patch)
treefc4e493b9555463c4655e911676e87ba42fe00ed /chrome
parentcd920c2ab434ec474f456f186996c9ace362bf79 (diff)
downloadchromium_src-17753742281f815143ec46865e6df3ca1e988323.zip
chromium_src-17753742281f815143ec46865e6df3ca1e988323.tar.gz
chromium_src-17753742281f815143ec46865e6df3ca1e988323.tar.bz2
Marking the ExtensionApiTest.Tabs test as flaky for Linux. This test now fails on the Linux dbg-shlib
builder as well. Bug=48920 TBR=timsteele Review URL: http://codereview.chromium.org/3262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57924 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/extensions/extension_tabs_apitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_tabs_apitest.cc b/chrome/browser/extensions/extension_tabs_apitest.cc
index fcf5f25..6cf54fe 100644
--- a/chrome/browser/extensions/extension_tabs_apitest.cc
+++ b/chrome/browser/extensions/extension_tabs_apitest.cc
@@ -9,9 +9,9 @@
#include "chrome/browser/profile.h"
#include "chrome/common/pref_names.h"
-// Tabs is flaky on chromeos and linux views build.
+// Tabs is flaky on chromeos, linux views and linux dbg.
// http://crbug.com/48920
-#if defined(OS_LINUX) && defined(TOOLKIT_VIEWS)
+#if defined(OS_LINUX)
#define MAYBE_Tabs FLAKY_Tabs
#elif defined(OS_MACOSX)
// Tabs appears to timeout, or maybe crash on mac.