diff options
Diffstat (limited to 'content/worker/worker_uitest.cc')
-rw-r--r-- | content/worker/worker_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc index 0e7c8d9..f3b2c7c 100644 --- a/content/worker/worker_uitest.cc +++ b/content/worker/worker_uitest.cc @@ -774,7 +774,8 @@ TEST_F(WorkerFileSystemTest, FileEntryToURISync) { RunWorkerFileSystemLayoutTest("file-entry-to-uri-sync.html"); } -TEST_F(WorkerFileSystemTest, ResolveURLHttpTests) { +// http://crbug.com/77442 +TEST_F(WorkerFileSystemTest, FLAKY_ResolveURLHttpTests) { static const char* kLayoutTests[] = { "resolve-url.html", "resolve-url-sync.html" |