summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/automation/automation_proxy_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index f9daa7c7..0e71b67 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -1059,7 +1059,7 @@ TEST_F(ExternalTabUITest, TabPostMessage) {
loop.RunFor(2 * action_max_timeout_ms());
}
-TEST_F(ExternalTabUITest, PostMessageTarget) {
+TEST_F(ExternalTabUITest, DISABLED_PostMessageTarget) {
const wchar_t kDocRoot[] = L"chrome/test/data/external_tab";
scoped_refptr<HTTPTestServer> server(
HTTPTestServer::CreateServer(kDocRoot, NULL));