summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/worker/worker_uitest.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 72d53ae..ab1f734 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -669,8 +669,3 @@ TEST_F(WorkerTest, MAYBE_QueuedSharedWorkerStartedFromOtherTab) {
ASSERT_STREQ(kTestCompleteSuccess, value.c_str());
ASSERT_TRUE(WaitForProcessCountToBe(2, max_workers_per_tab+1));
}
-
-// TODO(ojan): Started failing with r52393. WebKit merge 63272:63323.
-TEST_F(WorkerTest, FAILS_OpenDatabaseSyncInputs) {
- RunWorkerStorageLayoutTest("open-database-sync-inputs.html");
-}