Commit 16c10d7d authored by jam@chromium.org's avatar jam@chromium.org

Try renabling IndexedDBLayoutTest.RegressionTests now that those tests run...

Try renabling IndexedDBLayoutTest.RegressionTests now that those tests run under content_browsertests.

BUG=123685
Review URL: https://chromiumcodereview.appspot.com/10821020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148426 0039d316-1c4b-4281-b951-d872f2087c98
parent dce31fa4
...@@ -115,6 +115,6 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, TransactionTests) { ...@@ -115,6 +115,6 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, TransactionTests) {
} }
// Frequent flaky timeouts. http://crbug.com/123685 // Frequent flaky timeouts. http://crbug.com/123685
IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, DISABLED_RegressionTests) { IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) {
RunLayoutTests(kRegressionTests); RunLayoutTests(kRegressionTests);
} }
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