diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 19:03:42 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 19:03:42 +0000 |
commit | 3de5846291ff70ec536c999e2cd3611743ab9eff (patch) | |
tree | affb7d1de5b3ed81177bae8cabd26a351dc94983 | |
parent | 4a3b533fd6992cfef6520abc714a6ac6c3461910 (diff) | |
download | chromium_src-3de5846291ff70ec536c999e2cd3611743ab9eff.zip chromium_src-3de5846291ff70ec536c999e2cd3611743ab9eff.tar.gz chromium_src-3de5846291ff70ec536c999e2cd3611743ab9eff.tar.bz2 |
Disable IndexedDBLayoutTest.IndexTests, since it frequently times out on the Linux shared bot.
BUG=120924
TBR=jsbell@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9918022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129661 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/browser/in_process_webkit/indexed_db_layout_browsertest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc index 45d801d..aa66c60 100644 --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc @@ -95,7 +95,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, ComplexTests) { RunLayoutTests(kComplexTests); } -IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, IndexTests) { +// Generally slow, and frequently times out. http://crbug.com/120924 +IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, DISABLED_IndexTests) { RunLayoutTests(kIndexTests); } |