summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-02 07:47:39 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-02 07:47:39 +0000
commit4dbaad788addedb01f63de85b81d0a7b456cb312 (patch)
tree38d86b1857a2da8819835f296d094dec917ab4d5 /chrome/browser/extensions
parentbc5e46893cffb9d274cfa5205c59e1dd83ecb4ba (diff)
downloadchromium_src-4dbaad788addedb01f63de85b81d0a7b456cb312.zip
chromium_src-4dbaad788addedb01f63de85b81d0a7b456cb312.tar.gz
chromium_src-4dbaad788addedb01f63de85b81d0a7b456cb312.tar.bz2
Disable ExtensionApiTest.WebSocket
Disabling this test so that we can make another WebKit roll to fix layout tests. This test can be enabled after we rolled and make changes to the test that points to a new directory. TBR=thakis BUG=57662 TEST=None Review URL: http://codereview.chromium.org/3590013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61293 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r--chrome/browser/extensions/extension_websocket_apitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_websocket_apitest.cc b/chrome/browser/extensions/extension_websocket_apitest.cc
index 227a01a..7b9f02a 100644
--- a/chrome/browser/extensions/extension_websocket_apitest.cc
+++ b/chrome/browser/extensions/extension_websocket_apitest.cc
@@ -15,7 +15,8 @@
#else
#define MAYBE_WebSocket WebSocket
#endif
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_WebSocket) {
+// This test is disabled because of http://crbug.com/57662.
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_WebSocket) {
FilePath websocket_root_dir;
PathService::Get(chrome::DIR_TEST_DATA, &websocket_root_dir);
websocket_root_dir = websocket_root_dir.AppendASCII("layout_tests")