Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: chrome/browser/extensions/api/automation/automation_apitest.cc

Issue 410043002: Disable all the browser_tests that are flaking more than 5% of the time on trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/automation/automation_apitest.cc
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
index 07ef497fc36d6eb163454890186d1167ec97d432..1401c14d173e8b8ea07366caddf7c434c8b2949d 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -523,7 +523,8 @@ ExtensionFunction* FakeAutomationInternalPerformActionFunctionFactory() {
return new FakeAutomationInternalPerformActionFunction();
}
-IN_PROC_BROWSER_TEST_F(AutomationApiTest, GeneratedTree) {
+// http://crbug.com/396353
+IN_PROC_BROWSER_TEST_F(AutomationApiTest, DISABLED_GeneratedTree) {
ASSERT_TRUE(extensions::ExtensionFunctionDispatcher::OverrideFunction(
"automationInternal.enableTab",
FakeAutomationInternalEnableTabFunctionFactory));

Powered by Google App Engine
This is Rietveld 408576698