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

Unified Diff: chrome/test/automation/extension_proxy_uitest.cc

Issue 9358065: Flakiness cleanup: disable flaky tests under chrome/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/test/automation/extension_proxy_uitest.cc
diff --git a/chrome/test/automation/extension_proxy_uitest.cc b/chrome/test/automation/extension_proxy_uitest.cc
index 1bc00ae7ced732d23356d82839041e096c548d10..69c143d0ec07f2c3e06d6f2aa8088e11708e2b78 100644
--- a/chrome/test/automation/extension_proxy_uitest.cc
+++ b/chrome/test/automation/extension_proxy_uitest.cc
@@ -151,7 +151,7 @@ TEST_F(ExtensionProxyUITest, DISABLED_ExecuteBrowserActionInActiveTabAsync) {
}
// Flaky, http://crbug.com/59441.
-TEST_F(ExtensionProxyUITest, FLAKY_MoveBrowserAction) {
+TEST_F(ExtensionProxyUITest, DISABLED_MoveBrowserAction) {
int action_index;
scoped_refptr<ExtensionProxy> rename_tab_extension =
@@ -182,7 +182,7 @@ TEST_F(ExtensionProxyUITest, FLAKY_MoveBrowserAction) {
}
// Flaky, http://crbug.com/59440.
-TEST_F(ExtensionProxyUITest, FLAKY_GetProperty) {
+TEST_F(ExtensionProxyUITest, DISABLED_GetProperty) {
std::string id;
ASSERT_TRUE(simple_extension_->GetId(&id));
ASSERT_EQ("aiglobglfckejlcpcbdokbkbjeemfhno", id);
« no previous file with comments | « chrome/test/automation/dom_automation_browsertest.cc ('k') | chrome/test/base/chrome_process_util_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698