| Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| 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 a05f4157e2551e683a1bc37a5963e0edefbec9bc..8273737a7307eca50bc5355640fe7cc939db445e 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| @@ -147,4 +147,9 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) {
|
| RunLayoutTests(kRegressionTests);
|
| }
|
|
|
| +// TODO(jsbell): Remove this when data has been gathered.
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FLAKY_FlakyTests) {
|
| + RunLayoutTest("key-type-array.html");
|
| +}
|
| +
|
| } // namespace content
|
|
|