diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 09:03:21 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 09:03:21 +0000 |
commit | ad00f29ea5bcf7a72bc90401f0540a339cb7de53 (patch) | |
tree | a17d2a23fd22beecccdf02ba9d2f85e56d239905 /content/worker | |
parent | 55f7c8a302312ce56841be0c48a3813b17eccc64 (diff) | |
download | chromium_src-ad00f29ea5bcf7a72bc90401f0540a339cb7de53.zip chromium_src-ad00f29ea5bcf7a72bc90401f0540a339cb7de53.tar.gz chromium_src-ad00f29ea5bcf7a72bc90401f0540a339cb7de53.tar.bz2 |
Disable WorkerWebSocketLayoutTests
BUG=111165
TEST=none
TBR=hbono@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9283012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/test/worker_uitest.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc index 29c32d0..7ee2525 100644 --- a/content/worker/test/worker_uitest.cc +++ b/content/worker/test/worker_uitest.cc @@ -472,6 +472,11 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) { ASSERT_TRUE(http_server.Stop()); } +#if defined(OS_MACOSX) +// TODO(toyoshim): Enable disabled tests. +// http://crbug.com/111165 . +#define WorkerWebSocketLayoutTests DISABLED_WorkerWebSocketLayoutTests +#endif TEST_F(WorkerTest, WorkerWebSocketLayoutTests) { static const char* kLayoutTestFiles[] = { "close-in-onmessage-crash.html", |