Commit ce5d0c20 authored by Charles Harrison's avatar Charles Harrison Committed by Commit Bot

Disable VisitedLink.TestLoad

TBR=sky@chromium.org

Bug: 822311
Change-Id: I26c95431a3497795cf7c44ec9663bc152f0d394c
Reviewed-on: https://chromium-review.googlesource.com/963837
Commit-Queue: Charlie Harrison <csharrison@chromium.org>
Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543415}
parent 44027d41
...@@ -140,7 +140,8 @@ TEST_F(VisitedLink, TestAddAndQuery) { ...@@ -140,7 +140,8 @@ TEST_F(VisitedLink, TestAddAndQuery) {
} }
// Tests how long it takes to write and read a large database to and from disk. // Tests how long it takes to write and read a large database to and from disk.
TEST_F(VisitedLink, TestLoad) { // Flaky, see crbug.com/822308.
TEST_F(VisitedLink, DISABLED_TestLoad) {
// create a big DB // create a big DB
{ {
TimeLogger table_initialization_timer("Table_initialization"); TimeLogger table_initialization_timer("Table_initialization");
......
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