diff options
author | vmpstr@google.com <vmpstr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 21:45:50 +0000 |
---|---|---|
committer | vmpstr@google.com <vmpstr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 21:45:50 +0000 |
commit | d70012801aabec3f2c37ce4a82987a26a770de0d (patch) | |
tree | f394e0cf7e4777728fca347433a6459b5d29c5ed | |
parent | b644bbc7e1db85db952285c5c58b97290782c524 (diff) | |
download | chromium_src-d70012801aabec3f2c37ce4a82987a26a770de0d.zip chromium_src-d70012801aabec3f2c37ce4a82987a26a770de0d.tar.gz chromium_src-d70012801aabec3f2c37ce4a82987a26a770de0d.tar.bz2 |
Disabled flaky AutomationApiTest.GetTreeByTabId test.
This test seems to be flaky on some bots and consistently failing on
chromeos.
BUG=379927
TBR=aboxhall@chromium.org
Review URL: https://codereview.chromium.org/308793014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274344 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/extensions/api/automation/automation_apitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc index c4281e3..cda5aa5 100644 --- a/chrome/browser/extensions/api/automation/automation_apitest.cc +++ b/chrome/browser/extensions/api/automation/automation_apitest.cc @@ -92,7 +92,8 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, SanityCheck) { << message_; } -IN_PROC_BROWSER_TEST_F(AutomationApiTest, GetTreeByTabId) { +// Test is failing on ASAN bots, crbug.com/379927 +IN_PROC_BROWSER_TEST_F(AutomationApiTest, DISABLED_GetTreeByTabId) { StartEmbeddedTestServer(); ASSERT_TRUE(RunExtensionSubtest("automation/tests/tabs", "tab_id.html")) << message_; |