summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authordimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 20:10:17 +0000
committerdimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-17 20:10:17 +0000
commit5fc635a4e1ec49b4a3989bd5ead2fa86ccea216b (patch)
treee652feef5862df5387bc1732af461c1b62297677 /chrome
parentde0b5e72f4372213803575bfa15806d804a28ec9 (diff)
downloadchromium_src-5fc635a4e1ec49b4a3989bd5ead2fa86ccea216b.zip
chromium_src-5fc635a4e1ec49b4a3989bd5ead2fa86ccea216b.tar.gz
chromium_src-5fc635a4e1ec49b4a3989bd5ead2fa86ccea216b.tar.bz2
Disable text-encoding.html from Worker http layout tests, it appears to be unreliable.
BUG=16934 TEST=none TBR=sverrir@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/worker/worker_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 78d200b..fde40d2 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -309,7 +309,7 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) {
TEST_F(WorkerTest, WorkerHttpLayoutTests) {
static const char* kLayoutTestFiles[] = {
- "text-encoding.html",
+ // flakey? BUG 16934 "text-encoding.html",
"worker-importScripts.html",
//"worker-redirect.html",
};