summaryrefslogtreecommitdiffstats
path: root/content/worker
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 20:37:08 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 20:37:08 +0000
commite69b903ec57dc0f511598b03d4aae148a56e33bc (patch)
tree402c1275076d0ca1bdd64d8215f67f2a7d15c316 /content/worker
parent09fb50c9631f87d34196da9b3a6a18eb65bede35 (diff)
downloadchromium_src-e69b903ec57dc0f511598b03d4aae148a56e33bc.zip
chromium_src-e69b903ec57dc0f511598b03d4aae148a56e33bc.tar.gz
chromium_src-e69b903ec57dc0f511598b03d4aae148a56e33bc.tar.bz2
WorkerFileSystemTest.ResolveURLHttpTests is FLAKY
BUG=77422 TBR=adamk git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r--content/worker/worker_uitest.cc3
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"