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 c2ea6469e968306fba0cc3b12e5b8bf0bf6cc4e7..e54958d7dacd941d84bc9c543818b3282a5f5ad8 100644 |
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
@@ -63,8 +63,7 @@ static const char* kKeyTests[] = { |
"keyrange-required-arguments.html", |
"key-sort-order-across-types.html", |
"key-sort-order-date.html", |
- // Flaky: http://crbug.com/165671 |
- //"key-type-array.html", |
+ "key-type-array.html", |
"key-type-infinity.html", |
"invalid-keys.html", |
NULL |
@@ -122,10 +121,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, ComplexTests) { |
RunLayoutTests(kComplexTests); |
} |
-// TODO(dgrogan): times out flakily. http://crbug.com/153064 |
-// Marking FLAKY to diagnose if this is just a test duration |
-// issue (and we need to split it up) or something else. |
-IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FLAKY_IndexTests) { |
+IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, IndexTests) { |
RunLayoutTests(kIndexTests); |
} |
@@ -149,9 +145,4 @@ 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 |