diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 08:12:52 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 08:12:52 +0000 |
commit | 8d19d290728f9afec7f6a87ba4e938bd0823be4b (patch) | |
tree | 3ae1e7ee59821f5b4846dcb13b9d06af1f6be57f /content/worker | |
parent | 98fe32637e373002d42bcb834713b474c16479d4 (diff) | |
download | chromium_src-8d19d290728f9afec7f6a87ba4e938bd0823be4b.zip chromium_src-8d19d290728f9afec7f6a87ba4e938bd0823be4b.tar.gz chromium_src-8d19d290728f9afec7f6a87ba4e938bd0823be4b.tar.bz2 |
Disable WorkerTest.WorkerWebSocketLayoutTests temporarily.
This test will be reenabled after WebSocket tests migration is complete in
WebKit.
BUG=88445
TEST=none
TBR=dimich
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/test/worker_uitest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc index aaaa50e..7f44adc 100644 --- a/content/worker/test/worker_uitest.cc +++ b/content/worker/test/worker_uitest.cc @@ -449,7 +449,9 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) { ASSERT_TRUE(http_server.Stop()); } -TEST_F(WorkerTest, WorkerWebSocketLayoutTests) { +// Disabled temporarily because WebSocket tests are moving in WebKit. +// See http://crbug.com/88445. +TEST_F(WorkerTest, DISABLED_WorkerWebSocketLayoutTests) { static const char* kLayoutTestFiles[] = { "close-in-onmessage-crash.html", "close-in-shared-worker.html", |