summaryrefslogtreecommitdiffstats
path: root/content/worker/worker_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/worker/worker_uitest.cc')
-rw-r--r--content/worker/worker_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc
index 73e20ac..7d9650f 100644
--- a/content/worker/worker_uitest.cc
+++ b/content/worker/worker_uitest.cc
@@ -758,7 +758,9 @@ TEST_F(WorkerFileSystemTest, SyncTemporary) {
RunWorkerFileSystemLayoutTest("simple-temporary-sync.html");
}
-TEST_F(WorkerFileSystemTest, SyncPersistent) {
+// TODO(dpranke): This started failing in the webkit roll 84046:84325.
+// The upstream expectation needs to be updated.
+TEST_F(WorkerFileSystemTest, FAILS_SyncPersistent) {
RunWorkerFileSystemLayoutTest("simple-persistent-sync.html");
}