diff options
Diffstat (limited to 'chrome/test/automation/extension_proxy_uitest.cc')
-rw-r--r-- | chrome/test/automation/extension_proxy_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/automation/extension_proxy_uitest.cc b/chrome/test/automation/extension_proxy_uitest.cc index 992c22e..3367989 100644 --- a/chrome/test/automation/extension_proxy_uitest.cc +++ b/chrome/test/automation/extension_proxy_uitest.cc @@ -165,7 +165,8 @@ TEST_F(ExtensionProxyUITest, MoveBrowserAction) { ASSERT_FALSE(simple_extension_->MoveBrowserAction(2)); } -TEST_F(ExtensionProxyUITest, GetProperty) { +// Flaky, http://crbug.com/59440. +TEST_F(ExtensionProxyUITest, FLAKY_GetProperty) { ASSERT_NO_FATAL_FAILURE(simple_extension_-> EnsureIdMatches("aiglobglfckejlcpcbdokbkbjeemfhno")); ASSERT_NO_FATAL_FAILURE(simple_extension_-> |