diff options
-rw-r--r-- | content/browser/in_process_webkit/indexed_db_layout_browsertest.cc | 2 |
1 files changed, 1 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 620714b..fa9e320 100644 --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc @@ -115,6 +115,6 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, TransactionTests) { } // Frequent flaky timeouts. http://crbug.com/123685 -IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, DISABLED_RegressionTests) { +IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) { RunLayoutTests(kRegressionTests); } |