summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/automation/automation_proxy_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index b91d7a8..5269605 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -840,7 +840,8 @@ AutomationProxy* ExternalTabUITest::CreateAutomationProxy(int exec_timeout) {
}
// Create with specifying a url
-TEST_F(ExternalTabUITest, CreateExternalTab1) {
+// Flaky, http://crbug.com/32293.
+TEST_F(ExternalTabUITest, FLAKY_CreateExternalTab1) {
scoped_refptr<TabProxy> tab;
TimedMessageLoopRunner loop(MessageLoop::current());
ASSERT_THAT(mock_, testing::NotNull());